Shades of Cameo #CC9C7D
Tints of Cameo #CC9C7D
RGB
CMYK
RGB Variations
Color information
#CC9C7D (or 0xCC9C7D) is known color: Cameo. HEX triplet: CC, 9C and 7D. RGB value is (204,156,125). Sum of RGB (Red+Green+Blue) = 204+156+125=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C7D is #336382. Grayscale: #A6A6A6. Windows color (decimal): -3367811 or 8232140. OLE color: 8232140.
HSL color Cylindrical-coordinate representation of color #CC9C7D: hue angle of 23.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9C7D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 125 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.2 |
| HSL | 23.54º | 0.44% | 0.65% | - |
| HSV(B) | 23.54º | 0.39% | 0.8% | - |
| XYZ | 40.49 | 38.09 | 24.62 | - |
| YUV | 166.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 125 | 0 | 0.24 | 0.39 | 0.2 | 23.54 | 0.44 | 0.65 |
| Hex | CC | 9C | 7D | 0 | 18 | 27 | 14 | 18 | 2C | 41 |
| Octal | 314 | 234 | 175 | 0 | 30 | 47 | 24 | 30 | 54 | 101 |
| Binary | 11001100 | 10011100 | 1111101 | 0 | 11000 | 100111 | 10100 | 11000 | 101100 | 1000001 |
Color Harmonies of #CC9C7D
Complementary color
Monochromatic Colors of #CC9C7D
Black with #CC9C7D
Text Example
Text Example
White with #CC9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C7D; }
p { color: rgb(204,156,125); }
H1.HeaderClassName
{
color: #CC9C7D;
}
.AnyTagClassName
{
color: #CC9C7D;
}
</style>
background-color css
<style>
a { background-color: #CC9C7D; }
a { background-color: rgb(204,156,125); }
div.DivClassName
{
background-color: #CC9C7D;
}
.BgClassName
{
background-color: #CC9C7D;
}
</style>
border-color css
<style>
span { border-color: #CC9C7D; }
span { border-color: rgb(204,156,125); }
td.TdClassName
{
border-color: #CC9C7D;
}
.TagClassName
{
border-color: #CC9C7D;
}
</style>