Shades of Cameo #CC9F77
Tints of Cameo #CC9F77
RGB
CMYK
RGB Variations
Color information
#CC9F77 (or 0xCC9F77) is known color: Cameo. HEX triplet: CC, 9F and 77. RGB value is (204,159,119). Sum of RGB (Red+Green+Blue) = 204+159+119=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F77 is #336088. Grayscale: #A8A8A8. Windows color (decimal): -3367049 or 7839692. OLE color: 7839692.
HSL color Cylindrical-coordinate representation of color #CC9F77: hue angle of 28.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC9F77 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 119 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.2 |
| HSL | 28.24º | 0.45% | 0.63% | - |
| HSV(B) | 28.24º | 0.42% | 0.8% | - |
| XYZ | 40.63 | 38.97 | 22.83 | - |
| YUV | 167.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 119 | 0 | 0.22 | 0.42 | 0.2 | 28.24 | 0.45 | 0.63 |
| Hex | CC | 9F | 77 | 0 | 16 | 2A | 14 | 1C | 2D | 3F |
| Octal | 314 | 237 | 167 | 0 | 26 | 52 | 24 | 34 | 55 | 77 |
| Binary | 11001100 | 10011111 | 1110111 | 0 | 10110 | 101010 | 10100 | 11100 | 101101 | 111111 |
Color Harmonies of #CC9F77
Complementary color
Monochromatic Colors of #CC9F77
Black with #CC9F77
Text Example
Text Example
White with #CC9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F77; }
p { color: rgb(204,159,119); }
H1.HeaderClassName
{
color: #CC9F77;
}
.AnyTagClassName
{
color: #CC9F77;
}
</style>
background-color css
<style>
a { background-color: #CC9F77; }
a { background-color: rgb(204,159,119); }
div.DivClassName
{
background-color: #CC9F77;
}
.BgClassName
{
background-color: #CC9F77;
}
</style>
border-color css
<style>
span { border-color: #CC9F77; }
span { border-color: rgb(204,159,119); }
td.TdClassName
{
border-color: #CC9F77;
}
.TagClassName
{
border-color: #CC9F77;
}
</style>