Shades of Careys Pink #CE9FA6
Tints of Careys Pink #CE9FA6
RGB
CMYK
RGB Variations
Color information
#CE9FA6 (or 0xCE9FA6) is known color: Careys Pink. HEX triplet: CE, 9F and A6. RGB value is (206,159,166). Sum of RGB (Red+Green+Blue) = 206+159+166=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA6 is #316059. Grayscale: #ADADAD. Windows color (decimal): -3235930 or 10919886. OLE color: 10919886.
HSL color Cylindrical-coordinate representation of color #CE9FA6: hue angle of 351.06º 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 #CE9FA6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 166 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.19 |
| HSL | 351.06º | 0.32% | 0.72% | - |
| HSV(B) | 351.06º | 0.23% | 0.81% | - |
| XYZ | 44.73 | 40.67 | 41.57 | - |
| YUV | 173.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 166 | 0 | 0.23 | 0.19 | 0.19 | 351.06 | 0.32 | 0.72 |
| Hex | CE | 9F | A6 | 0 | 17 | 13 | 13 | 15F | 20 | 48 |
| Octal | 316 | 237 | 246 | 0 | 27 | 23 | 23 | 537 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10100110 | 0 | 10111 | 10011 | 10011 | 101011111 | 100000 | 1001000 |
Color Harmonies of #CE9FA6
Complementary color
Monochromatic Colors of #CE9FA6
Black with #CE9FA6
Text Example
Text Example
White with #CE9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FA6; }
p { color: rgb(206,159,166); }
H1.HeaderClassName
{
color: #CE9FA6;
}
.AnyTagClassName
{
color: #CE9FA6;
}
</style>
background-color css
<style>
a { background-color: #CE9FA6; }
a { background-color: rgb(206,159,166); }
div.DivClassName
{
background-color: #CE9FA6;
}
.BgClassName
{
background-color: #CE9FA6;
}
</style>
border-color css
<style>
span { border-color: #CE9FA6; }
span { border-color: rgb(206,159,166); }
td.TdClassName
{
border-color: #CE9FA6;
}
.TagClassName
{
border-color: #CE9FA6;
}
</style>