Shades of Careys Pink #CEA6A8
Tints of Careys Pink #CEA6A8
RGB
CMYK
RGB Variations
Color information
#CEA6A8 (or 0xCEA6A8) is known color: Careys Pink. HEX triplet: CE, A6 and A8. RGB value is (206,166,168). Sum of RGB (Red+Green+Blue) = 206+166+168=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6A8 is #315957. Grayscale: #B2B2B2. Windows color (decimal): -3234136 or 11052750. OLE color: 11052750.
HSL color Cylindrical-coordinate representation of color #CEA6A8: hue angle of 357º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA6A8 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 168 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.19 |
| HSL | 357º | 0.29% | 0.73% | - |
| HSV(B) | 357º | 0.19% | 0.81% | - |
| XYZ | 46.16 | 43.22 | 42.96 | - |
| YUV | 178.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 168 | 0 | 0.19 | 0.18 | 0.19 | 357 | 0.29 | 0.73 |
| Hex | CE | A6 | A8 | 0 | 13 | 12 | 13 | 165 | 1D | 49 |
| Octal | 316 | 246 | 250 | 0 | 23 | 22 | 23 | 545 | 35 | 111 |
| Binary | 11001110 | 10100110 | 10101000 | 0 | 10011 | 10010 | 10011 | 101100101 | 11101 | 1001001 |
Color Harmonies of #CEA6A8
Complementary color
Monochromatic Colors of #CEA6A8
Black with #CEA6A8
Text Example
Text Example
White with #CEA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6A8; }
p { color: rgb(206,166,168); }
H1.HeaderClassName
{
color: #CEA6A8;
}
.AnyTagClassName
{
color: #CEA6A8;
}
</style>
background-color css
<style>
a { background-color: #CEA6A8; }
a { background-color: rgb(206,166,168); }
div.DivClassName
{
background-color: #CEA6A8;
}
.BgClassName
{
background-color: #CEA6A8;
}
</style>
border-color css
<style>
span { border-color: #CEA6A8; }
span { border-color: rgb(206,166,168); }
td.TdClassName
{
border-color: #CEA6A8;
}
.TagClassName
{
border-color: #CEA6A8;
}
</style>