Shades of Careys Pink #CE9C9F
Tints of Careys Pink #CE9C9F
RGB
CMYK
RGB Variations
Color information
#CE9C9F (or 0xCE9C9F) is known color: Careys Pink. HEX triplet: CE, 9C and 9F. RGB value is (206,156,159). Sum of RGB (Red+Green+Blue) = 206+156+159=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C9F is #316360. Grayscale: #ABABAB. Windows color (decimal): -3236705 or 10460366. OLE color: 10460366.
HSL color Cylindrical-coordinate representation of color #CE9C9F: hue angle of 356.4º 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 #CE9C9F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 159 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.19 |
| HSL | 356.4º | 0.34% | 0.71% | - |
| HSV(B) | 356.4º | 0.24% | 0.81% | - |
| XYZ | 43.6 | 39.4 | 38.11 | - |
| YUV | 171.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 159 | 0 | 0.24 | 0.23 | 0.19 | 356.4 | 0.34 | 0.71 |
| Hex | CE | 9C | 9F | 0 | 18 | 17 | 13 | 164 | 22 | 47 |
| Octal | 316 | 234 | 237 | 0 | 30 | 27 | 23 | 544 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10011111 | 0 | 11000 | 10111 | 10011 | 101100100 | 100010 | 1000111 |
Color Harmonies of #CE9C9F
Complementary color
Monochromatic Colors of #CE9C9F
Black with #CE9C9F
Text Example
Text Example
White with #CE9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C9F; }
p { color: rgb(206,156,159); }
H1.HeaderClassName
{
color: #CE9C9F;
}
.AnyTagClassName
{
color: #CE9C9F;
}
</style>
background-color css
<style>
a { background-color: #CE9C9F; }
a { background-color: rgb(206,156,159); }
div.DivClassName
{
background-color: #CE9C9F;
}
.BgClassName
{
background-color: #CE9C9F;
}
</style>
border-color css
<style>
span { border-color: #CE9C9F; }
span { border-color: rgb(206,156,159); }
td.TdClassName
{
border-color: #CE9C9F;
}
.TagClassName
{
border-color: #CE9C9F;
}
</style>