Shades of Careys Pink #CEA4A8
Tints of Careys Pink #CEA4A8
RGB
CMYK
RGB Variations
Color information
#CEA4A8 (or 0xCEA4A8) is known color: Careys Pink. HEX triplet: CE, A4 and A8. RGB value is (206,164,168). Sum of RGB (Red+Green+Blue) = 206+164+168=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA4A8 is #315B57. Grayscale: #B1B1B1. Windows color (decimal): -3234648 or 11052238. OLE color: 11052238.
HSL color Cylindrical-coordinate representation of color #CEA4A8: hue angle of 354.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4A8 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 168 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.19 |
| HSL | 354.29º | 0.3% | 0.73% | - |
| HSV(B) | 354.29º | 0.2% | 0.81% | - |
| XYZ | 45.8 | 42.5 | 42.84 | - |
| YUV | 177.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 168 | 0 | 0.20 | 0.18 | 0.19 | 354.29 | 0.3 | 0.73 |
| Hex | CE | A4 | A8 | 0 | 14 | 12 | 13 | 162 | 1E | 49 |
| Octal | 316 | 244 | 250 | 0 | 24 | 22 | 23 | 542 | 36 | 111 |
| Binary | 11001110 | 10100100 | 10101000 | 0 | 10100 | 10010 | 10011 | 101100010 | 11110 | 1001001 |
Color Harmonies of #CEA4A8
Complementary color
Monochromatic Colors of #CEA4A8
Black with #CEA4A8
Text Example
Text Example
White with #CEA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4A8; }
p { color: rgb(206,164,168); }
H1.HeaderClassName
{
color: #CEA4A8;
}
.AnyTagClassName
{
color: #CEA4A8;
}
</style>
background-color css
<style>
a { background-color: #CEA4A8; }
a { background-color: rgb(206,164,168); }
div.DivClassName
{
background-color: #CEA4A8;
}
.BgClassName
{
background-color: #CEA4A8;
}
</style>
border-color css
<style>
span { border-color: #CEA4A8; }
span { border-color: rgb(206,164,168); }
td.TdClassName
{
border-color: #CEA4A8;
}
.TagClassName
{
border-color: #CEA4A8;
}
</style>