Shades of Careys Pink #CE9E9F
Tints of Careys Pink #CE9E9F
RGB
CMYK
RGB Variations
Color information
#CE9E9F (or 0xCE9E9F) is known color: Careys Pink. HEX triplet: CE, 9E and 9F. RGB value is (206,158,159). Sum of RGB (Red+Green+Blue) = 206+158+159=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E9F is #316160. Grayscale: #ACACAC. Windows color (decimal): -3236193 or 10460878. OLE color: 10460878.
HSL color Cylindrical-coordinate representation of color #CE9E9F: hue angle of 358.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9E9F is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 159 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.19 |
| HSL | 358.75º | 0.33% | 0.71% | - |
| HSV(B) | 358.75º | 0.23% | 0.81% | - |
| XYZ | 43.94 | 40.08 | 38.22 | - |
| YUV | 172.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 159 | 0 | 0.23 | 0.23 | 0.19 | 358.75 | 0.33 | 0.71 |
| Hex | CE | 9E | 9F | 0 | 17 | 17 | 13 | 167 | 21 | 47 |
| Octal | 316 | 236 | 237 | 0 | 27 | 27 | 23 | 547 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10011111 | 0 | 10111 | 10111 | 10011 | 101100111 | 100001 | 1000111 |
Color Harmonies of #CE9E9F
Complementary color
Monochromatic Colors of #CE9E9F
Black with #CE9E9F
Text Example
Text Example
White with #CE9E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E9F; }
p { color: rgb(206,158,159); }
H1.HeaderClassName
{
color: #CE9E9F;
}
.AnyTagClassName
{
color: #CE9E9F;
}
</style>
background-color css
<style>
a { background-color: #CE9E9F; }
a { background-color: rgb(206,158,159); }
div.DivClassName
{
background-color: #CE9E9F;
}
.BgClassName
{
background-color: #CE9E9F;
}
</style>
border-color css
<style>
span { border-color: #CE9E9F; }
span { border-color: rgb(206,158,159); }
td.TdClassName
{
border-color: #CE9E9F;
}
.TagClassName
{
border-color: #CE9E9F;
}
</style>