Shades of Rose #CC9D8E
Tints of Rose #CC9D8E
RGB
CMYK
RGB Variations
Color information
#CC9D8E (or 0xCC9D8E) is known color: Rose. HEX triplet: CC, 9D and 8E. RGB value is (204,157,142). Sum of RGB (Red+Green+Blue) = 204+157+142=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D8E is #336271. Grayscale: #A9A9A9. Windows color (decimal): -3367538 or 9346508. OLE color: 9346508.
HSL color Cylindrical-coordinate representation of color #CC9D8E: hue angle of 14.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9D8E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 142 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.2 |
| HSL | 14.52º | 0.38% | 0.68% | - |
| HSV(B) | 14.52º | 0.3% | 0.8% | - |
| XYZ | 41.84 | 38.9 | 30.9 | - |
| YUV | 169.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 142 | 0 | 0.23 | 0.30 | 0.2 | 14.52 | 0.38 | 0.68 |
| Hex | CC | 9D | 8E | 0 | 17 | 1E | 14 | F | 26 | 44 |
| Octal | 314 | 235 | 216 | 0 | 27 | 36 | 24 | 17 | 46 | 104 |
| Binary | 11001100 | 10011101 | 10001110 | 0 | 10111 | 11110 | 10100 | 1111 | 100110 | 1000100 |
Color Harmonies of #CC9D8E
Complementary color
Monochromatic Colors of #CC9D8E
Black with #CC9D8E
Text Example
Text Example
White with #CC9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D8E; }
p { color: rgb(204,157,142); }
H1.HeaderClassName
{
color: #CC9D8E;
}
.AnyTagClassName
{
color: #CC9D8E;
}
</style>
background-color css
<style>
a { background-color: #CC9D8E; }
a { background-color: rgb(204,157,142); }
div.DivClassName
{
background-color: #CC9D8E;
}
.BgClassName
{
background-color: #CC9D8E;
}
</style>
border-color css
<style>
span { border-color: #CC9D8E; }
span { border-color: rgb(204,157,142); }
td.TdClassName
{
border-color: #CC9D8E;
}
.TagClassName
{
border-color: #CC9D8E;
}
</style>