Shades of Cameo #CC9D7C
Tints of Cameo #CC9D7C
RGB
CMYK
RGB Variations
Color information
#CC9D7C (or 0xCC9D7C) is known color: Cameo. HEX triplet: CC, 9D and 7C. RGB value is (204,157,124). Sum of RGB (Red+Green+Blue) = 204+157+124=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D7C is #336283. Grayscale: #A7A7A7. Windows color (decimal): -3367556 or 8166860. OLE color: 8166860.
HSL color Cylindrical-coordinate representation of color #CC9D7C: hue angle of 24.75º 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 #CC9D7C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 124 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.2 |
| HSL | 24.75º | 0.44% | 0.64% | - |
| HSV(B) | 24.75º | 0.39% | 0.8% | - |
| XYZ | 40.6 | 38.41 | 24.34 | - |
| YUV | 167.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 124 | 0 | 0.23 | 0.39 | 0.2 | 24.75 | 0.44 | 0.64 |
| Hex | CC | 9D | 7C | 0 | 17 | 27 | 14 | 19 | 2C | 40 |
| Octal | 314 | 235 | 174 | 0 | 27 | 47 | 24 | 31 | 54 | 100 |
| Binary | 11001100 | 10011101 | 1111100 | 0 | 10111 | 100111 | 10100 | 11001 | 101100 | 1000000 |
Color Harmonies of #CC9D7C
Complementary color
Monochromatic Colors of #CC9D7C
Black with #CC9D7C
Text Example
Text Example
White with #CC9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D7C; }
p { color: rgb(204,157,124); }
H1.HeaderClassName
{
color: #CC9D7C;
}
.AnyTagClassName
{
color: #CC9D7C;
}
</style>
background-color css
<style>
a { background-color: #CC9D7C; }
a { background-color: rgb(204,157,124); }
div.DivClassName
{
background-color: #CC9D7C;
}
.BgClassName
{
background-color: #CC9D7C;
}
</style>
border-color css
<style>
span { border-color: #CC9D7C; }
span { border-color: rgb(204,157,124); }
td.TdClassName
{
border-color: #CC9D7C;
}
.TagClassName
{
border-color: #CC9D7C;
}
</style>