Shades of Cameo #CC9D85
Tints of Cameo #CC9D85
RGB
CMYK
RGB Variations
Color information
#CC9D85 (or 0xCC9D85) is known color: Cameo. HEX triplet: CC, 9D and 85. RGB value is (204,157,133). Sum of RGB (Red+Green+Blue) = 204+157+133=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D85 is #33627A. Grayscale: #A8A8A8. Windows color (decimal): -3367547 or 8756684. OLE color: 8756684.
HSL color Cylindrical-coordinate representation of color #CC9D85: hue angle of 20.28º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9D85 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 133 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.2 |
| HSL | 20.28º | 0.41% | 0.66% | - |
| HSV(B) | 20.28º | 0.35% | 0.8% | - |
| XYZ | 41.19 | 38.64 | 27.48 | - |
| YUV | 168.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 133 | 0 | 0.23 | 0.35 | 0.2 | 20.28 | 0.41 | 0.66 |
| Hex | CC | 9D | 85 | 0 | 17 | 23 | 14 | 14 | 29 | 42 |
| Octal | 314 | 235 | 205 | 0 | 27 | 43 | 24 | 24 | 51 | 102 |
| Binary | 11001100 | 10011101 | 10000101 | 0 | 10111 | 100011 | 10100 | 10100 | 101001 | 1000010 |
Color Harmonies of #CC9D85
Complementary color
Monochromatic Colors of #CC9D85
Black with #CC9D85
Text Example
Text Example
White with #CC9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D85; }
p { color: rgb(204,157,133); }
H1.HeaderClassName
{
color: #CC9D85;
}
.AnyTagClassName
{
color: #CC9D85;
}
</style>
background-color css
<style>
a { background-color: #CC9D85; }
a { background-color: rgb(204,157,133); }
div.DivClassName
{
background-color: #CC9D85;
}
.BgClassName
{
background-color: #CC9D85;
}
</style>
border-color css
<style>
span { border-color: #CC9D85; }
span { border-color: rgb(204,157,133); }
td.TdClassName
{
border-color: #CC9D85;
}
.TagClassName
{
border-color: #CC9D85;
}
</style>