Shades of Careys Pink #CEA1A2
Tints of Careys Pink #CEA1A2
RGB
CMYK
RGB Variations
Color information
#CEA1A2 (or 0xCEA1A2) is known color: Careys Pink. HEX triplet: CE, A1 and A2. RGB value is (206,161,162). Sum of RGB (Red+Green+Blue) = 206+161+162=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1A2 is #315E5D. Grayscale: #AEAEAE. Windows color (decimal): -3235422 or 10658254. OLE color: 10658254.
HSL color Cylindrical-coordinate representation of color #CEA1A2: hue angle of 358.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA1A2 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 162 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.19 |
| HSL | 358.67º | 0.31% | 0.72% | - |
| HSV(B) | 358.67º | 0.22% | 0.81% | - |
| XYZ | 44.72 | 41.22 | 39.78 | - |
| YUV | 174.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 162 | 0 | 0.22 | 0.21 | 0.19 | 358.67 | 0.31 | 0.72 |
| Hex | CE | A1 | A2 | 0 | 16 | 15 | 13 | 167 | 1F | 48 |
| Octal | 316 | 241 | 242 | 0 | 26 | 25 | 23 | 547 | 37 | 110 |
| Binary | 11001110 | 10100001 | 10100010 | 0 | 10110 | 10101 | 10011 | 101100111 | 11111 | 1001000 |
Color Harmonies of #CEA1A2
Complementary color
Monochromatic Colors of #CEA1A2
Black with #CEA1A2
Text Example
Text Example
White with #CEA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1A2; }
p { color: rgb(206,161,162); }
H1.HeaderClassName
{
color: #CEA1A2;
}
.AnyTagClassName
{
color: #CEA1A2;
}
</style>
background-color css
<style>
a { background-color: #CEA1A2; }
a { background-color: rgb(206,161,162); }
div.DivClassName
{
background-color: #CEA1A2;
}
.BgClassName
{
background-color: #CEA1A2;
}
</style>
border-color css
<style>
span { border-color: #CEA1A2; }
span { border-color: rgb(206,161,162); }
td.TdClassName
{
border-color: #CEA1A2;
}
.TagClassName
{
border-color: #CEA1A2;
}
</style>