Shades of Careys Pink #CC999B
Tints of Careys Pink #CC999B
RGB
CMYK
RGB Variations
Color information
#CC999B (or 0xCC999B) is known color: Careys Pink. HEX triplet: CC, 99 and 9B. RGB value is (204,153,155). Sum of RGB (Red+Green+Blue) = 204+153+155=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999B is #336664. Grayscale: #A8A8A8. Windows color (decimal): -3368549 or 10197452. OLE color: 10197452.
HSL color Cylindrical-coordinate representation of color #CC999B: hue angle of 357.65º 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 #CC999B is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 155 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.2 |
| HSL | 357.65º | 0.33% | 0.7% | - |
| HSV(B) | 357.65º | 0.25% | 0.8% | - |
| XYZ | 42.21 | 37.99 | 36.12 | - |
| YUV | 168.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 155 | 0 | 0.25 | 0.24 | 0.2 | 357.65 | 0.33 | 0.7 |
| Hex | CC | 99 | 9B | 0 | 19 | 18 | 14 | 166 | 21 | 46 |
| Octal | 314 | 231 | 233 | 0 | 31 | 30 | 24 | 546 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10011011 | 0 | 11001 | 11000 | 10100 | 101100110 | 100001 | 1000110 |
Color Harmonies of #CC999B
Complementary color
Monochromatic Colors of #CC999B
Black with #CC999B
Text Example
Text Example
White with #CC999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC999B; }
p { color: rgb(204,153,155); }
H1.HeaderClassName
{
color: #CC999B;
}
.AnyTagClassName
{
color: #CC999B;
}
</style>
background-color css
<style>
a { background-color: #CC999B; }
a { background-color: rgb(204,153,155); }
div.DivClassName
{
background-color: #CC999B;
}
.BgClassName
{
background-color: #CC999B;
}
</style>
border-color css
<style>
span { border-color: #CC999B; }
span { border-color: rgb(204,153,155); }
td.TdClassName
{
border-color: #CC999B;
}
.TagClassName
{
border-color: #CC999B;
}
</style>