Shades of Cameo #CC9C77
Tints of Cameo #CC9C77
RGB
CMYK
RGB Variations
Color information
#CC9C77 (or 0xCC9C77) is known color: Cameo. HEX triplet: CC, 9C and 77. RGB value is (204,156,119). Sum of RGB (Red+Green+Blue) = 204+156+119=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C77 is #336388. Grayscale: #A6A6A6. Windows color (decimal): -3367817 or 7838924. OLE color: 7838924.
HSL color Cylindrical-coordinate representation of color #CC9C77: hue angle of 26.12º 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 #CC9C77 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 119 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.2 |
| HSL | 26.12º | 0.45% | 0.63% | - |
| HSV(B) | 26.12º | 0.42% | 0.8% | - |
| XYZ | 40.12 | 37.95 | 22.66 | - |
| YUV | 166.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 119 | 0 | 0.24 | 0.42 | 0.2 | 26.12 | 0.45 | 0.63 |
| Hex | CC | 9C | 77 | 0 | 18 | 2A | 14 | 1A | 2D | 3F |
| Octal | 314 | 234 | 167 | 0 | 30 | 52 | 24 | 32 | 55 | 77 |
| Binary | 11001100 | 10011100 | 1110111 | 0 | 11000 | 101010 | 10100 | 11010 | 101101 | 111111 |
Color Harmonies of #CC9C77
Complementary color
Monochromatic Colors of #CC9C77
Black with #CC9C77
Text Example
Text Example
White with #CC9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C77; }
p { color: rgb(204,156,119); }
H1.HeaderClassName
{
color: #CC9C77;
}
.AnyTagClassName
{
color: #CC9C77;
}
</style>
background-color css
<style>
a { background-color: #CC9C77; }
a { background-color: rgb(204,156,119); }
div.DivClassName
{
background-color: #CC9C77;
}
.BgClassName
{
background-color: #CC9C77;
}
</style>
border-color css
<style>
span { border-color: #CC9C77; }
span { border-color: rgb(204,156,119); }
td.TdClassName
{
border-color: #CC9C77;
}
.TagClassName
{
border-color: #CC9C77;
}
</style>