Shades of Cameo #CC9C83
Tints of Cameo #CC9C83
RGB
CMYK
RGB Variations
Color information
#CC9C83 (or 0xCC9C83) is known color: Cameo. HEX triplet: CC, 9C and 83. RGB value is (204,156,131). Sum of RGB (Red+Green+Blue) = 204+156+131=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C83 is #33637C. Grayscale: #A7A7A7. Windows color (decimal): -3367805 or 8625356. OLE color: 8625356.
HSL color Cylindrical-coordinate representation of color #CC9C83: hue angle of 20.55º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9C83 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 131 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.2 |
| HSL | 20.55º | 0.42% | 0.66% | - |
| HSV(B) | 20.55º | 0.36% | 0.8% | - |
| XYZ | 40.89 | 38.25 | 26.7 | - |
| YUV | 167.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 131 | 0 | 0.24 | 0.36 | 0.2 | 20.55 | 0.42 | 0.66 |
| Hex | CC | 9C | 83 | 0 | 18 | 24 | 14 | 15 | 2A | 42 |
| Octal | 314 | 234 | 203 | 0 | 30 | 44 | 24 | 25 | 52 | 102 |
| Binary | 11001100 | 10011100 | 10000011 | 0 | 11000 | 100100 | 10100 | 10101 | 101010 | 1000010 |
Color Harmonies of #CC9C83
Complementary color
Monochromatic Colors of #CC9C83
Black with #CC9C83
Text Example
Text Example
White with #CC9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C83; }
p { color: rgb(204,156,131); }
H1.HeaderClassName
{
color: #CC9C83;
}
.AnyTagClassName
{
color: #CC9C83;
}
</style>
background-color css
<style>
a { background-color: #CC9C83; }
a { background-color: rgb(204,156,131); }
div.DivClassName
{
background-color: #CC9C83;
}
.BgClassName
{
background-color: #CC9C83;
}
</style>
border-color css
<style>
span { border-color: #CC9C83; }
span { border-color: rgb(204,156,131); }
td.TdClassName
{
border-color: #CC9C83;
}
.TagClassName
{
border-color: #CC9C83;
}
</style>