Shades of Rose #CC9C94
Tints of Rose #CC9C94
RGB
CMYK
RGB Variations
Color information
#CC9C94 (or 0xCC9C94) is known color: Rose. HEX triplet: CC, 9C and 94. RGB value is (204,156,148). Sum of RGB (Red+Green+Blue) = 204+156+148=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C94 is #33636B. Grayscale: #A9A9A9. Windows color (decimal): -3367788 or 9739468. OLE color: 9739468.
HSL color Cylindrical-coordinate representation of color #CC9C94: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9C94 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 148 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.2 |
| HSL | 8.57º | 0.35% | 0.69% | - |
| HSV(B) | 8.57º | 0.27% | 0.8% | - |
| XYZ | 42.14 | 38.75 | 33.28 | - |
| YUV | 169.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 148 | 0 | 0.24 | 0.27 | 0.2 | 8.57 | 0.35 | 0.69 |
| Hex | CC | 9C | 94 | 0 | 18 | 1B | 14 | 9 | 23 | 45 |
| Octal | 314 | 234 | 224 | 0 | 30 | 33 | 24 | 11 | 43 | 105 |
| Binary | 11001100 | 10011100 | 10010100 | 0 | 11000 | 11011 | 10100 | 1001 | 100011 | 1000101 |
Color Harmonies of #CC9C94
Complementary color
Monochromatic Colors of #CC9C94
Black with #CC9C94
Text Example
Text Example
White with #CC9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C94; }
p { color: rgb(204,156,148); }
H1.HeaderClassName
{
color: #CC9C94;
}
.AnyTagClassName
{
color: #CC9C94;
}
</style>
background-color css
<style>
a { background-color: #CC9C94; }
a { background-color: rgb(204,156,148); }
div.DivClassName
{
background-color: #CC9C94;
}
.BgClassName
{
background-color: #CC9C94;
}
</style>
border-color css
<style>
span { border-color: #CC9C94; }
span { border-color: rgb(204,156,148); }
td.TdClassName
{
border-color: #CC9C94;
}
.TagClassName
{
border-color: #CC9C94;
}
</style>