Shades of Careys Pink #CEA2A9
Tints of Careys Pink #CEA2A9
RGB
CMYK
RGB Variations
Color information
#CEA2A9 (or 0xCEA2A9) is known color: Careys Pink. HEX triplet: CE, A2 and A9. RGB value is (206,162,169). Sum of RGB (Red+Green+Blue) = 206+162+169=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2A9 is #315D56. Grayscale: #AFAFAF. Windows color (decimal): -3235159 or 11117262. OLE color: 11117262.
HSL color Cylindrical-coordinate representation of color #CEA2A9: hue angle of 350.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2A9 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 169 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.19 |
| HSL | 350.45º | 0.31% | 0.72% | - |
| HSV(B) | 350.45º | 0.21% | 0.81% | - |
| XYZ | 45.54 | 41.83 | 43.21 | - |
| YUV | 175.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 169 | 0 | 0.21 | 0.18 | 0.19 | 350.45 | 0.31 | 0.72 |
| Hex | CE | A2 | A9 | 0 | 15 | 12 | 13 | 15E | 1F | 48 |
| Octal | 316 | 242 | 251 | 0 | 25 | 22 | 23 | 536 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10101001 | 0 | 10101 | 10010 | 10011 | 101011110 | 11111 | 1001000 |
Color Harmonies of #CEA2A9
Complementary color
Monochromatic Colors of #CEA2A9
Black with #CEA2A9
Text Example
Text Example
White with #CEA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2A9; }
p { color: rgb(206,162,169); }
H1.HeaderClassName
{
color: #CEA2A9;
}
.AnyTagClassName
{
color: #CEA2A9;
}
</style>
background-color css
<style>
a { background-color: #CEA2A9; }
a { background-color: rgb(206,162,169); }
div.DivClassName
{
background-color: #CEA2A9;
}
.BgClassName
{
background-color: #CEA2A9;
}
</style>
border-color css
<style>
span { border-color: #CEA2A9; }
span { border-color: rgb(206,162,169); }
td.TdClassName
{
border-color: #CEA2A9;
}
.TagClassName
{
border-color: #CEA2A9;
}
</style>