rgb(203, 105, 143)
- In a RGB color space, hex #cb698f color is composed of 80% red, 41% green, and 56% blue.
- In a CMYK color space, it is consist of 0% cyan, 48% magenta, 30% yellow and 20% black.
- In web design, the web safe color for #cb698f is #CC6699. The complementary color of #cb698f is #69cba5.
#cb698f Color Conversion
Hex Color #cb698f RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #cb698f
-
#cb698f
#cb698f
-
#69cba5
#69cba5
-
#e5b5c7
#e5b5c7
-
#b5e5d2
#b5e5d2
-
#984e6b
#984e6b
-
#4e987b
#4e987b
-
#ab8795
#ab8795
-
#87ab9d
#87ab9d
Two colors (#cb698f,#69cba5) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#cb698f
#cb698f
-
#e5b5c7
#e5b5c7
-
#653547
#653547
-
#f1dae2
#f1dae2
-
#984e6b
#984e6b
-
#ab8795
#ab8795
-
#4b2735
#4b2735
-
#b4a3a9
#b4a3a9
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #cb698f
-
#cb698f
#cb698f
-
#B75F81
#B75F81
-
#A25472
#A25472
-
#8E4A64
#8E4A64
-
#7A3F56
#7A3F56
-
#663548
#663548
-
#512A39
#512A39
-
#3D202B
#3D202B
-
#29151D
#29151D
-
#140B0E
#140B0E
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#cb698f
#cb698f
-
#D0789A
#D0789A
-
#D587A5
#D587A5
-
#DB96B1
#DB96B1
-
#E0A5BC
#E0A5BC
-
#E5B4C7
#E5B4C7
-
#EAC3D2
#EAC3D2
-
#EFD2DD
#EFD2DD
-
#F5E1E9
#F5E1E9
-
#FAF0F4
#FAF0F4
-
#FDFBFC
#FDFBFC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#cb698f Color Preview on Black Background
#cb698f Color Preview on White Background
<span style="color:#cb698f;">Text here</span>
#cb698f Background Color
#cb698f Background Color
<p style="background-color:#cb698f;">Text here</p>
#cb698f Border Color
<div style="border:1px solid #cb698f;">Text here</div>
<style>.text {color:#cb698f;}
.background {background-color:#cb698f;}
.border {border:1px solid #cb698f;}</style>