Shades of Careys Pink #CE9CAA
Tints of Careys Pink #CE9CAA
RGB
CMYK
RGB Variations
Color information
#CE9CAA (or 0xCE9CAA) is known color: Careys Pink. HEX triplet: CE, 9C and AA. RGB value is (206,156,170). Sum of RGB (Red+Green+Blue) = 206+156+170=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9CAA is #316355. Grayscale: #ACACAC. Windows color (decimal): -3236694 or 11181262. OLE color: 11181262.
HSL color Cylindrical-coordinate representation of color #CE9CAA: hue angle of 343.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CAA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 170 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.19 |
| HSL | 343.2º | 0.34% | 0.71% | - |
| HSV(B) | 343.2º | 0.24% | 0.81% | - |
| XYZ | 44.6 | 39.8 | 43.36 | - |
| YUV | 172.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 170 | 0 | 0.24 | 0.17 | 0.19 | 343.2 | 0.34 | 0.71 |
| Hex | CE | 9C | AA | 0 | 18 | 11 | 13 | 157 | 22 | 47 |
| Octal | 316 | 234 | 252 | 0 | 30 | 21 | 23 | 527 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10101010 | 0 | 11000 | 10001 | 10011 | 101010111 | 100010 | 1000111 |
Color Harmonies of #CE9CAA
Complementary color
Monochromatic Colors of #CE9CAA
Black with #CE9CAA
Text Example
Text Example
White with #CE9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CAA; }
p { color: rgb(206,156,170); }
H1.HeaderClassName
{
color: #CE9CAA;
}
.AnyTagClassName
{
color: #CE9CAA;
}
</style>
background-color css
<style>
a { background-color: #CE9CAA; }
a { background-color: rgb(206,156,170); }
div.DivClassName
{
background-color: #CE9CAA;
}
.BgClassName
{
background-color: #CE9CAA;
}
</style>
border-color css
<style>
span { border-color: #CE9CAA; }
span { border-color: rgb(206,156,170); }
td.TdClassName
{
border-color: #CE9CAA;
}
.TagClassName
{
border-color: #CE9CAA;
}
</style>