Shades of Careys Pink #CE9FAA
Tints of Careys Pink #CE9FAA
RGB
CMYK
RGB Variations
Color information
#CE9FAA (or 0xCE9FAA) is known color: Careys Pink. HEX triplet: CE, 9F and AA. RGB value is (206,159,170). Sum of RGB (Red+Green+Blue) = 206+159+170=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FAA is #316055. Grayscale: #AEAEAE. Windows color (decimal): -3235926 or 11182030. OLE color: 11182030.
HSL color Cylindrical-coordinate representation of color #CE9FAA: hue angle of 345.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FAA is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 170 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.19 |
| HSL | 345.96º | 0.32% | 0.72% | - |
| HSV(B) | 345.96º | 0.23% | 0.81% | - |
| XYZ | 45.11 | 40.82 | 43.53 | - |
| YUV | 174.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 170 | 0 | 0.23 | 0.17 | 0.19 | 345.96 | 0.32 | 0.72 |
| Hex | CE | 9F | AA | 0 | 17 | 11 | 13 | 15A | 20 | 48 |
| Octal | 316 | 237 | 252 | 0 | 27 | 21 | 23 | 532 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10101010 | 0 | 10111 | 10001 | 10011 | 101011010 | 100000 | 1001000 |
Color Harmonies of #CE9FAA
Complementary color
Monochromatic Colors of #CE9FAA
Black with #CE9FAA
Text Example
Text Example
White with #CE9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FAA; }
p { color: rgb(206,159,170); }
H1.HeaderClassName
{
color: #CE9FAA;
}
.AnyTagClassName
{
color: #CE9FAA;
}
</style>
background-color css
<style>
a { background-color: #CE9FAA; }
a { background-color: rgb(206,159,170); }
div.DivClassName
{
background-color: #CE9FAA;
}
.BgClassName
{
background-color: #CE9FAA;
}
</style>
border-color css
<style>
span { border-color: #CE9FAA; }
span { border-color: rgb(206,159,170); }
td.TdClassName
{
border-color: #CE9FAA;
}
.TagClassName
{
border-color: #CE9FAA;
}
</style>