Shades of Cameo #CC9F7C
Tints of Cameo #CC9F7C
RGB
CMYK
RGB Variations
Color information
#CC9F7C (or 0xCC9F7C) is known color: Cameo. HEX triplet: CC, 9F and 7C. RGB value is (204,159,124). Sum of RGB (Red+Green+Blue) = 204+159+124=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F7C is #336083. Grayscale: #A8A8A8. Windows color (decimal): -3367044 or 8167372. OLE color: 8167372.
HSL color Cylindrical-coordinate representation of color #CC9F7C: hue angle of 26.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9F7C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 124 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.2 |
| HSL | 26.25º | 0.44% | 0.64% | - |
| HSV(B) | 26.25º | 0.39% | 0.8% | - |
| XYZ | 40.94 | 39.09 | 24.46 | - |
| YUV | 168.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 124 | 0 | 0.22 | 0.39 | 0.2 | 26.25 | 0.44 | 0.64 |
| Hex | CC | 9F | 7C | 0 | 16 | 27 | 14 | 1A | 2C | 40 |
| Octal | 314 | 237 | 174 | 0 | 26 | 47 | 24 | 32 | 54 | 100 |
| Binary | 11001100 | 10011111 | 1111100 | 0 | 10110 | 100111 | 10100 | 11010 | 101100 | 1000000 |
Color Harmonies of #CC9F7C
Complementary color
Monochromatic Colors of #CC9F7C
Black with #CC9F7C
Text Example
Text Example
White with #CC9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F7C; }
p { color: rgb(204,159,124); }
H1.HeaderClassName
{
color: #CC9F7C;
}
.AnyTagClassName
{
color: #CC9F7C;
}
</style>
background-color css
<style>
a { background-color: #CC9F7C; }
a { background-color: rgb(204,159,124); }
div.DivClassName
{
background-color: #CC9F7C;
}
.BgClassName
{
background-color: #CC9F7C;
}
</style>
border-color css
<style>
span { border-color: #CC9F7C; }
span { border-color: rgb(204,159,124); }
td.TdClassName
{
border-color: #CC9F7C;
}
.TagClassName
{
border-color: #CC9F7C;
}
</style>