Shades of Calico #CCAC84
Tints of Calico #CCAC84
RGB
CMYK
RGB Variations
Color information
#CCAC84 (or 0xCCAC84) is known color: Calico. HEX triplet: CC, AC and 84. RGB value is (204,172,132). Sum of RGB (Red+Green+Blue) = 204+172+132=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC84 is #33537B. Grayscale: #B1B1B1. Windows color (decimal): -3363708 or 8694988. OLE color: 8694988.
HSL color Cylindrical-coordinate representation of color #CCAC84: hue angle of 33.33º 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 #CCAC84 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 132 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.2 |
| HSL | 33.33º | 0.41% | 0.66% | - |
| HSV(B) | 33.33º | 0.35% | 0.8% | - |
| XYZ | 43.82 | 44.01 | 28.01 | - |
| YUV | 177.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 132 | 0 | 0.16 | 0.35 | 0.2 | 33.33 | 0.41 | 0.66 |
| Hex | CC | AC | 84 | 0 | 10 | 23 | 14 | 21 | 29 | 42 |
| Octal | 314 | 254 | 204 | 0 | 20 | 43 | 24 | 41 | 51 | 102 |
| Binary | 11001100 | 10101100 | 10000100 | 0 | 10000 | 100011 | 10100 | 100001 | 101001 | 1000010 |
Color Harmonies of #CCAC84
Complementary color
Monochromatic Colors of #CCAC84
Black with #CCAC84
Text Example
Text Example
White with #CCAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC84; }
p { color: rgb(204,172,132); }
H1.HeaderClassName
{
color: #CCAC84;
}
.AnyTagClassName
{
color: #CCAC84;
}
</style>
background-color css
<style>
a { background-color: #CCAC84; }
a { background-color: rgb(204,172,132); }
div.DivClassName
{
background-color: #CCAC84;
}
.BgClassName
{
background-color: #CCAC84;
}
</style>
border-color css
<style>
span { border-color: #CCAC84; }
span { border-color: rgb(204,172,132); }
td.TdClassName
{
border-color: #CCAC84;
}
.TagClassName
{
border-color: #CCAC84;
}
</style>