Shades of Careys Pink #CEA2A4
Tints of Careys Pink #CEA2A4
RGB
CMYK
RGB Variations
Color information
#CEA2A4 (or 0xCEA2A4) is known color: Careys Pink. HEX triplet: CE, A2 and A4. RGB value is (206,162,164). Sum of RGB (Red+Green+Blue) = 206+162+164=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2A4 is #315D5B. Grayscale: #AFAFAF. Windows color (decimal): -3235164 or 10789582. OLE color: 10789582.
HSL color Cylindrical-coordinate representation of color #CEA2A4: hue angle of 357.27º 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 #CEA2A4 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 164 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.19 |
| HSL | 357.27º | 0.31% | 0.72% | - |
| HSV(B) | 357.27º | 0.21% | 0.81% | - |
| XYZ | 45.07 | 41.64 | 40.78 | - |
| YUV | 175.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 164 | 0 | 0.21 | 0.20 | 0.19 | 357.27 | 0.31 | 0.72 |
| Hex | CE | A2 | A4 | 0 | 15 | 14 | 13 | 165 | 1F | 48 |
| Octal | 316 | 242 | 244 | 0 | 25 | 24 | 23 | 545 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10100100 | 0 | 10101 | 10100 | 10011 | 101100101 | 11111 | 1001000 |
Color Harmonies of #CEA2A4
Complementary color
Monochromatic Colors of #CEA2A4
Black with #CEA2A4
Text Example
Text Example
White with #CEA2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2A4; }
p { color: rgb(206,162,164); }
H1.HeaderClassName
{
color: #CEA2A4;
}
.AnyTagClassName
{
color: #CEA2A4;
}
</style>
background-color css
<style>
a { background-color: #CEA2A4; }
a { background-color: rgb(206,162,164); }
div.DivClassName
{
background-color: #CEA2A4;
}
.BgClassName
{
background-color: #CEA2A4;
}
</style>
border-color css
<style>
span { border-color: #CEA2A4; }
span { border-color: rgb(206,162,164); }
td.TdClassName
{
border-color: #CEA2A4;
}
.TagClassName
{
border-color: #CEA2A4;
}
</style>