Shades of Cameo #CCAA80
Tints of Cameo #CCAA80
RGB
CMYK
RGB Variations
Color information
#CCAA80 (or 0xCCAA80) is known color: Cameo. HEX triplet: CC, AA and 80. RGB value is (204,170,128). Sum of RGB (Red+Green+Blue) = 204+170+128=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA80 is #33557F. Grayscale: #AFAFAF. Windows color (decimal): -3364224 or 8432332. OLE color: 8432332.
HSL color Cylindrical-coordinate representation of color #CCAA80: hue angle of 33.16º 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 #CCAA80 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 128 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.2 |
| HSL | 33.16º | 0.43% | 0.65% | - |
| HSV(B) | 33.16º | 0.37% | 0.8% | - |
| XYZ | 43.17 | 43.15 | 26.47 | - |
| YUV | 175.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 128 | 0 | 0.17 | 0.37 | 0.2 | 33.16 | 0.43 | 0.65 |
| Hex | CC | AA | 80 | 0 | 11 | 25 | 14 | 21 | 2B | 41 |
| Octal | 314 | 252 | 200 | 0 | 21 | 45 | 24 | 41 | 53 | 101 |
| Binary | 11001100 | 10101010 | 10000000 | 0 | 10001 | 100101 | 10100 | 100001 | 101011 | 1000001 |
Color Harmonies of #CCAA80
Complementary color
Monochromatic Colors of #CCAA80
Black with #CCAA80
Text Example
Text Example
White with #CCAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA80; }
p { color: rgb(204,170,128); }
H1.HeaderClassName
{
color: #CCAA80;
}
.AnyTagClassName
{
color: #CCAA80;
}
</style>
background-color css
<style>
a { background-color: #CCAA80; }
a { background-color: rgb(204,170,128); }
div.DivClassName
{
background-color: #CCAA80;
}
.BgClassName
{
background-color: #CCAA80;
}
</style>
border-color css
<style>
span { border-color: #CCAA80; }
span { border-color: rgb(204,170,128); }
td.TdClassName
{
border-color: #CCAA80;
}
.TagClassName
{
border-color: #CCAA80;
}
</style>