Shades of Careys Pink #CEA6AC
Tints of Careys Pink #CEA6AC
RGB
CMYK
RGB Variations
Color information
#CEA6AC (or 0xCEA6AC) is known color: Careys Pink. HEX triplet: CE, A6 and AC. RGB value is (206,166,172). Sum of RGB (Red+Green+Blue) = 206+166+172=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6AC is #315953. Grayscale: #B2B2B2. Windows color (decimal): -3234132 or 11314894. OLE color: 11314894.
HSL color Cylindrical-coordinate representation of color #CEA6AC: hue angle of 351º 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 #CEA6AC is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 172 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.19 |
| HSL | 351º | 0.29% | 0.73% | - |
| HSV(B) | 351º | 0.19% | 0.81% | - |
| XYZ | 46.54 | 43.37 | 44.95 | - |
| YUV | 178.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 172 | 0 | 0.19 | 0.17 | 0.19 | 351 | 0.29 | 0.73 |
| Hex | CE | A6 | AC | 0 | 13 | 11 | 13 | 15F | 1D | 49 |
| Octal | 316 | 246 | 254 | 0 | 23 | 21 | 23 | 537 | 35 | 111 |
| Binary | 11001110 | 10100110 | 10101100 | 0 | 10011 | 10001 | 10011 | 101011111 | 11101 | 1001001 |
Color Harmonies of #CEA6AC
Complementary color
Monochromatic Colors of #CEA6AC
Black with #CEA6AC
Text Example
Text Example
White with #CEA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6AC; }
p { color: rgb(206,166,172); }
H1.HeaderClassName
{
color: #CEA6AC;
}
.AnyTagClassName
{
color: #CEA6AC;
}
</style>
background-color css
<style>
a { background-color: #CEA6AC; }
a { background-color: rgb(206,166,172); }
div.DivClassName
{
background-color: #CEA6AC;
}
.BgClassName
{
background-color: #CEA6AC;
}
</style>
border-color css
<style>
span { border-color: #CEA6AC; }
span { border-color: rgb(206,166,172); }
td.TdClassName
{
border-color: #CEA6AC;
}
.TagClassName
{
border-color: #CEA6AC;
}
</style>