Shades of Cameo #CC9D86
Tints of Cameo #CC9D86
RGB
CMYK
RGB Variations
Color information
#CC9D86 (or 0xCC9D86) is known color: Cameo. HEX triplet: CC, 9D and 86. RGB value is (204,157,134). Sum of RGB (Red+Green+Blue) = 204+157+134=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D86 is #336279. Grayscale: #A8A8A8. Windows color (decimal): -3367546 or 8822220. OLE color: 8822220.
HSL color Cylindrical-coordinate representation of color #CC9D86: hue angle of 19.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9D86 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 134 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.2 |
| HSL | 19.71º | 0.41% | 0.66% | - |
| HSV(B) | 19.71º | 0.34% | 0.8% | - |
| XYZ | 41.26 | 38.67 | 27.84 | - |
| YUV | 168.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 134 | 0 | 0.23 | 0.34 | 0.2 | 19.71 | 0.41 | 0.66 |
| Hex | CC | 9D | 86 | 0 | 17 | 22 | 14 | 14 | 29 | 42 |
| Octal | 314 | 235 | 206 | 0 | 27 | 42 | 24 | 24 | 51 | 102 |
| Binary | 11001100 | 10011101 | 10000110 | 0 | 10111 | 100010 | 10100 | 10100 | 101001 | 1000010 |
Color Harmonies of #CC9D86
Complementary color
Monochromatic Colors of #CC9D86
Black with #CC9D86
Text Example
Text Example
White with #CC9D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D86; }
p { color: rgb(204,157,134); }
H1.HeaderClassName
{
color: #CC9D86;
}
.AnyTagClassName
{
color: #CC9D86;
}
</style>
background-color css
<style>
a { background-color: #CC9D86; }
a { background-color: rgb(204,157,134); }
div.DivClassName
{
background-color: #CC9D86;
}
.BgClassName
{
background-color: #CC9D86;
}
</style>
border-color css
<style>
span { border-color: #CC9D86; }
span { border-color: rgb(204,157,134); }
td.TdClassName
{
border-color: #CC9D86;
}
.TagClassName
{
border-color: #CC9D86;
}
</style>