Shades of Cameo #CCA680
Tints of Cameo #CCA680
RGB
CMYK
RGB Variations
Color information
#CCA680 (or 0xCCA680) is known color: Cameo. HEX triplet: CC, A6 and 80. RGB value is (204,166,128). Sum of RGB (Red+Green+Blue) = 204+166+128=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA680 is #33597F. Grayscale: #ADADAD. Windows color (decimal): -3365248 or 8431308. OLE color: 8431308.
HSL color Cylindrical-coordinate representation of color #CCA680: hue angle of 30º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA680 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 128 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.2 |
| HSL | 30º | 0.43% | 0.65% | - |
| HSV(B) | 30º | 0.37% | 0.8% | - |
| XYZ | 42.43 | 41.67 | 26.23 | - |
| YUV | 173.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 128 | 0 | 0.19 | 0.37 | 0.2 | 30 | 0.43 | 0.65 |
| Hex | CC | A6 | 80 | 0 | 13 | 25 | 14 | 1E | 2B | 41 |
| Octal | 314 | 246 | 200 | 0 | 23 | 45 | 24 | 36 | 53 | 101 |
| Binary | 11001100 | 10100110 | 10000000 | 0 | 10011 | 100101 | 10100 | 11110 | 101011 | 1000001 |
Color Harmonies of #CCA680
Complementary color
Monochromatic Colors of #CCA680
Black with #CCA680
Text Example
Text Example
White with #CCA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA680; }
p { color: rgb(204,166,128); }
H1.HeaderClassName
{
color: #CCA680;
}
.AnyTagClassName
{
color: #CCA680;
}
</style>
background-color css
<style>
a { background-color: #CCA680; }
a { background-color: rgb(204,166,128); }
div.DivClassName
{
background-color: #CCA680;
}
.BgClassName
{
background-color: #CCA680;
}
</style>
border-color css
<style>
span { border-color: #CCA680; }
span { border-color: rgb(204,166,128); }
td.TdClassName
{
border-color: #CCA680;
}
.TagClassName
{
border-color: #CCA680;
}
</style>