Shades of Rose #CC9D92
Tints of Rose #CC9D92
RGB
CMYK
RGB Variations
Color information
#CC9D92 (or 0xCC9D92) is known color: Rose. HEX triplet: CC, 9D and 92. RGB value is (204,157,146). Sum of RGB (Red+Green+Blue) = 204+157+146=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D92 is #33626D. Grayscale: #A9A9A9. Windows color (decimal): -3367534 or 9608652. OLE color: 9608652.
HSL color Cylindrical-coordinate representation of color #CC9D92: hue angle of 11.38º 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 #CC9D92 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 146 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.2 |
| HSL | 11.38º | 0.36% | 0.69% | - |
| HSV(B) | 11.38º | 0.28% | 0.8% | - |
| XYZ | 42.15 | 39.03 | 32.51 | - |
| YUV | 169.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 146 | 0 | 0.23 | 0.28 | 0.2 | 11.38 | 0.36 | 0.69 |
| Hex | CC | 9D | 92 | 0 | 17 | 1C | 14 | B | 24 | 45 |
| Octal | 314 | 235 | 222 | 0 | 27 | 34 | 24 | 13 | 44 | 105 |
| Binary | 11001100 | 10011101 | 10010010 | 0 | 10111 | 11100 | 10100 | 1011 | 100100 | 1000101 |
Color Harmonies of #CC9D92
Complementary color
Monochromatic Colors of #CC9D92
Black with #CC9D92
Text Example
Text Example
White with #CC9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D92; }
p { color: rgb(204,157,146); }
H1.HeaderClassName
{
color: #CC9D92;
}
.AnyTagClassName
{
color: #CC9D92;
}
</style>
background-color css
<style>
a { background-color: #CC9D92; }
a { background-color: rgb(204,157,146); }
div.DivClassName
{
background-color: #CC9D92;
}
.BgClassName
{
background-color: #CC9D92;
}
</style>
border-color css
<style>
span { border-color: #CC9D92; }
span { border-color: rgb(204,157,146); }
td.TdClassName
{
border-color: #CC9D92;
}
.TagClassName
{
border-color: #CC9D92;
}
</style>