Shades of Careys Pink #CE999C
Tints of Careys Pink #CE999C
RGB
CMYK
RGB Variations
Color information
#CE999C (or 0xCE999C) is known color: Careys Pink. HEX triplet: CE, 99 and 9C. RGB value is (206,153,156). Sum of RGB (Red+Green+Blue) = 206+153+156=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE999C is #316663. Grayscale: #A9A9A9. Windows color (decimal): -3237476 or 10262990. OLE color: 10262990.
HSL color Cylindrical-coordinate representation of color #CE999C: hue angle of 356.6º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE999C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 156 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.19 |
| HSL | 356.6º | 0.35% | 0.7% | - |
| HSV(B) | 356.6º | 0.26% | 0.81% | - |
| XYZ | 42.85 | 38.3 | 36.59 | - |
| YUV | 169.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 156 | 0 | 0.26 | 0.24 | 0.19 | 356.6 | 0.35 | 0.7 |
| Hex | CE | 99 | 9C | 0 | 1A | 18 | 13 | 165 | 23 | 46 |
| Octal | 316 | 231 | 234 | 0 | 32 | 30 | 23 | 545 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10011100 | 0 | 11010 | 11000 | 10011 | 101100101 | 100011 | 1000110 |
Color Harmonies of #CE999C
Complementary color
Monochromatic Colors of #CE999C
Black with #CE999C
Text Example
Text Example
White with #CE999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE999C; }
p { color: rgb(206,153,156); }
H1.HeaderClassName
{
color: #CE999C;
}
.AnyTagClassName
{
color: #CE999C;
}
</style>
background-color css
<style>
a { background-color: #CE999C; }
a { background-color: rgb(206,153,156); }
div.DivClassName
{
background-color: #CE999C;
}
.BgClassName
{
background-color: #CE999C;
}
</style>
border-color css
<style>
span { border-color: #CE999C; }
span { border-color: rgb(206,153,156); }
td.TdClassName
{
border-color: #CE999C;
}
.TagClassName
{
border-color: #CE999C;
}
</style>