Shades of Careys Pink #CE9CA0
Tints of Careys Pink #CE9CA0
RGB
CMYK
RGB Variations
Color information
#CE9CA0 (or 0xCE9CA0) is known color: Careys Pink. HEX triplet: CE, 9C and A0. RGB value is (206,156,160). Sum of RGB (Red+Green+Blue) = 206+156+160=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9CA0 is #31635F. Grayscale: #ABABAB. Windows color (decimal): -3236704 or 10525902. OLE color: 10525902.
HSL color Cylindrical-coordinate representation of color #CE9CA0: hue angle of 355.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CA0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 160 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.19 |
| HSL | 355.2º | 0.34% | 0.71% | - |
| HSV(B) | 355.2º | 0.24% | 0.81% | - |
| XYZ | 43.69 | 39.44 | 38.57 | - |
| YUV | 171.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 160 | 0 | 0.24 | 0.22 | 0.19 | 355.2 | 0.34 | 0.71 |
| Hex | CE | 9C | A0 | 0 | 18 | 16 | 13 | 163 | 22 | 47 |
| Octal | 316 | 234 | 240 | 0 | 30 | 26 | 23 | 543 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10100000 | 0 | 11000 | 10110 | 10011 | 101100011 | 100010 | 1000111 |
Color Harmonies of #CE9CA0
Complementary color
Monochromatic Colors of #CE9CA0
Black with #CE9CA0
Text Example
Text Example
White with #CE9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CA0; }
p { color: rgb(206,156,160); }
H1.HeaderClassName
{
color: #CE9CA0;
}
.AnyTagClassName
{
color: #CE9CA0;
}
</style>
background-color css
<style>
a { background-color: #CE9CA0; }
a { background-color: rgb(206,156,160); }
div.DivClassName
{
background-color: #CE9CA0;
}
.BgClassName
{
background-color: #CE9CA0;
}
</style>
border-color css
<style>
span { border-color: #CE9CA0; }
span { border-color: rgb(206,156,160); }
td.TdClassName
{
border-color: #CE9CA0;
}
.TagClassName
{
border-color: #CE9CA0;
}
</style>