Shades of Careys Pink #CE9EA0
Tints of Careys Pink #CE9EA0
RGB
CMYK
RGB Variations
Color information
#CE9EA0 (or 0xCE9EA0) is known color: Careys Pink. HEX triplet: CE, 9E and A0. RGB value is (206,158,160). Sum of RGB (Red+Green+Blue) = 206+158+160=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9EA0 is #31615F. Grayscale: #ACACAC. Windows color (decimal): -3236192 or 10526414. OLE color: 10526414.
HSL color Cylindrical-coordinate representation of color #CE9EA0: hue angle of 357.5º 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 #CE9EA0 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 160 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.19 |
| HSL | 357.5º | 0.33% | 0.71% | - |
| HSV(B) | 357.5º | 0.23% | 0.81% | - |
| XYZ | 44.03 | 40.11 | 38.68 | - |
| YUV | 172.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 160 | 0 | 0.23 | 0.22 | 0.19 | 357.5 | 0.33 | 0.71 |
| Hex | CE | 9E | A0 | 0 | 17 | 16 | 13 | 166 | 21 | 47 |
| Octal | 316 | 236 | 240 | 0 | 27 | 26 | 23 | 546 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10100000 | 0 | 10111 | 10110 | 10011 | 101100110 | 100001 | 1000111 |
Color Harmonies of #CE9EA0
Complementary color
Monochromatic Colors of #CE9EA0
Black with #CE9EA0
Text Example
Text Example
White with #CE9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EA0; }
p { color: rgb(206,158,160); }
H1.HeaderClassName
{
color: #CE9EA0;
}
.AnyTagClassName
{
color: #CE9EA0;
}
</style>
background-color css
<style>
a { background-color: #CE9EA0; }
a { background-color: rgb(206,158,160); }
div.DivClassName
{
background-color: #CE9EA0;
}
.BgClassName
{
background-color: #CE9EA0;
}
</style>
border-color css
<style>
span { border-color: #CE9EA0; }
span { border-color: rgb(206,158,160); }
td.TdClassName
{
border-color: #CE9EA0;
}
.TagClassName
{
border-color: #CE9EA0;
}
</style>