Shades of Calico #CCAC80
Tints of Calico #CCAC80
RGB
CMYK
RGB Variations
Color information
#CCAC80 (or 0xCCAC80) is known color: Calico. HEX triplet: CC, AC and 80. RGB value is (204,172,128). Sum of RGB (Red+Green+Blue) = 204+172+128=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC80 is #33537F. Grayscale: #B0B0B0. Windows color (decimal): -3363712 or 8432844. OLE color: 8432844.
HSL color Cylindrical-coordinate representation of color #CCAC80: hue angle of 34.74º 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 #CCAC80 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 128 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.2 |
| HSL | 34.74º | 0.43% | 0.65% | - |
| HSV(B) | 34.74º | 0.37% | 0.8% | - |
| XYZ | 43.55 | 43.9 | 26.6 | - |
| YUV | 176.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 128 | 0 | 0.16 | 0.37 | 0.2 | 34.74 | 0.43 | 0.65 |
| Hex | CC | AC | 80 | 0 | 10 | 25 | 14 | 23 | 2B | 41 |
| Octal | 314 | 254 | 200 | 0 | 20 | 45 | 24 | 43 | 53 | 101 |
| Binary | 11001100 | 10101100 | 10000000 | 0 | 10000 | 100101 | 10100 | 100011 | 101011 | 1000001 |
Color Harmonies of #CCAC80
Complementary color
Monochromatic Colors of #CCAC80
Black with #CCAC80
Text Example
Text Example
White with #CCAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC80; }
p { color: rgb(204,172,128); }
H1.HeaderClassName
{
color: #CCAC80;
}
.AnyTagClassName
{
color: #CCAC80;
}
</style>
background-color css
<style>
a { background-color: #CCAC80; }
a { background-color: rgb(204,172,128); }
div.DivClassName
{
background-color: #CCAC80;
}
.BgClassName
{
background-color: #CCAC80;
}
</style>
border-color css
<style>
span { border-color: #CCAC80; }
span { border-color: rgb(204,172,128); }
td.TdClassName
{
border-color: #CCAC80;
}
.TagClassName
{
border-color: #CCAC80;
}
</style>