Shades of Rose #CC9992
Tints of Rose #CC9992
RGB
CMYK
RGB Variations
Color information
#CC9992 (or 0xCC9992) is known color: Rose. HEX triplet: CC, 99 and 92. RGB value is (204,153,146). Sum of RGB (Red+Green+Blue) = 204+153+146=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9992 is #33666D. Grayscale: #A7A7A7. Windows color (decimal): -3368558 or 9607628. OLE color: 9607628.
HSL color Cylindrical-coordinate representation of color #CC9992: hue angle of 7.24º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9992 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 146 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.2 |
| HSL | 7.24º | 0.36% | 0.69% | - |
| HSV(B) | 7.24º | 0.28% | 0.8% | - |
| XYZ | 41.48 | 37.7 | 32.28 | - |
| YUV | 167.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 146 | 0 | 0.25 | 0.28 | 0.2 | 7.24 | 0.36 | 0.69 |
| Hex | CC | 99 | 92 | 0 | 19 | 1C | 14 | 7 | 24 | 45 |
| Octal | 314 | 231 | 222 | 0 | 31 | 34 | 24 | 7 | 44 | 105 |
| Binary | 11001100 | 10011001 | 10010010 | 0 | 11001 | 11100 | 10100 | 111 | 100100 | 1000101 |
Color Harmonies of #CC9992
Complementary color
Monochromatic Colors of #CC9992
Black with #CC9992
Text Example
Text Example
White with #CC9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9992; }
p { color: rgb(204,153,146); }
H1.HeaderClassName
{
color: #CC9992;
}
.AnyTagClassName
{
color: #CC9992;
}
</style>
background-color css
<style>
a { background-color: #CC9992; }
a { background-color: rgb(204,153,146); }
div.DivClassName
{
background-color: #CC9992;
}
.BgClassName
{
background-color: #CC9992;
}
</style>
border-color css
<style>
span { border-color: #CC9992; }
span { border-color: rgb(204,153,146); }
td.TdClassName
{
border-color: #CC9992;
}
.TagClassName
{
border-color: #CC9992;
}
</style>