Shades of Careys Pink #CC999E
Tints of Careys Pink #CC999E
RGB
CMYK
RGB Variations
Color information
#CC999E (or 0xCC999E) is known color: Careys Pink. HEX triplet: CC, 99 and 9E. RGB value is (204,153,158). Sum of RGB (Red+Green+Blue) = 204+153+158=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999E is #336661. Grayscale: #A8A8A8. Windows color (decimal): -3368546 or 10394060. OLE color: 10394060.
HSL color Cylindrical-coordinate representation of color #CC999E: hue angle of 354.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC999E is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 158 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.2 |
| HSL | 354.12º | 0.33% | 0.7% | - |
| HSV(B) | 354.12º | 0.25% | 0.8% | - |
| XYZ | 42.46 | 38.09 | 37.46 | - |
| YUV | 168.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 158 | 0 | 0.25 | 0.23 | 0.2 | 354.12 | 0.33 | 0.7 |
| Hex | CC | 99 | 9E | 0 | 19 | 17 | 14 | 162 | 21 | 46 |
| Octal | 314 | 231 | 236 | 0 | 31 | 27 | 24 | 542 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10011110 | 0 | 11001 | 10111 | 10100 | 101100010 | 100001 | 1000110 |
Color Harmonies of #CC999E
Complementary color
Monochromatic Colors of #CC999E
Black with #CC999E
Text Example
Text Example
White with #CC999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC999E; }
p { color: rgb(204,153,158); }
H1.HeaderClassName
{
color: #CC999E;
}
.AnyTagClassName
{
color: #CC999E;
}
</style>
background-color css
<style>
a { background-color: #CC999E; }
a { background-color: rgb(204,153,158); }
div.DivClassName
{
background-color: #CC999E;
}
.BgClassName
{
background-color: #CC999E;
}
</style>
border-color css
<style>
span { border-color: #CC999E; }
span { border-color: rgb(204,153,158); }
td.TdClassName
{
border-color: #CC999E;
}
.TagClassName
{
border-color: #CC999E;
}
</style>