Shades of Careys Pink #CE9599
Tints of Careys Pink #CE9599
RGB
CMYK
RGB Variations
Color information
#CE9599 (or 0xCE9599) is known color: Careys Pink. HEX triplet: CE, 95 and 99. RGB value is (206,149,153). Sum of RGB (Red+Green+Blue) = 206+149+153=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9599 is #316A66. Grayscale: #A6A6A6. Windows color (decimal): -3238503 or 10065358. OLE color: 10065358.
HSL color Cylindrical-coordinate representation of color #CE9599: hue angle of 355.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9599 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 153 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.19 |
| HSL | 355.79º | 0.37% | 0.7% | - |
| HSV(B) | 355.79º | 0.28% | 0.81% | - |
| XYZ | 41.95 | 36.92 | 35.05 | - |
| YUV | 166.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 153 | 0 | 0.28 | 0.26 | 0.19 | 355.79 | 0.37 | 0.7 |
| Hex | CE | 95 | 99 | 0 | 1C | 1A | 13 | 164 | 25 | 46 |
| Octal | 316 | 225 | 231 | 0 | 34 | 32 | 23 | 544 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10011001 | 0 | 11100 | 11010 | 10011 | 101100100 | 100101 | 1000110 |
Color Harmonies of #CE9599
Complementary color
Monochromatic Colors of #CE9599
Black with #CE9599
Text Example
Text Example
White with #CE9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9599; }
p { color: rgb(206,149,153); }
H1.HeaderClassName
{
color: #CE9599;
}
.AnyTagClassName
{
color: #CE9599;
}
</style>
background-color css
<style>
a { background-color: #CE9599; }
a { background-color: rgb(206,149,153); }
div.DivClassName
{
background-color: #CE9599;
}
.BgClassName
{
background-color: #CE9599;
}
</style>
border-color css
<style>
span { border-color: #CE9599; }
span { border-color: rgb(206,149,153); }
td.TdClassName
{
border-color: #CE9599;
}
.TagClassName
{
border-color: #CE9599;
}
</style>