Shades of Calico #CCAC81
Tints of Calico #CCAC81
RGB
CMYK
RGB Variations
Color information
#CCAC81 (or 0xCCAC81) is known color: Calico. HEX triplet: CC, AC and 81. RGB value is (204,172,129). Sum of RGB (Red+Green+Blue) = 204+172+129=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC81 is #33537E. Grayscale: #B0B0B0. Windows color (decimal): -3363711 or 8498380. OLE color: 8498380.
HSL color Cylindrical-coordinate representation of color #CCAC81: hue angle of 34.4º degrees, saturation: 0.42, 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 #CCAC81 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 129 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.2 |
| HSL | 34.4º | 0.42% | 0.65% | - |
| HSV(B) | 34.4º | 0.37% | 0.8% | - |
| XYZ | 43.62 | 43.93 | 26.95 | - |
| YUV | 176.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 129 | 0 | 0.16 | 0.37 | 0.2 | 34.4 | 0.42 | 0.65 |
| Hex | CC | AC | 81 | 0 | 10 | 25 | 14 | 22 | 2A | 41 |
| Octal | 314 | 254 | 201 | 0 | 20 | 45 | 24 | 42 | 52 | 101 |
| Binary | 11001100 | 10101100 | 10000001 | 0 | 10000 | 100101 | 10100 | 100010 | 101010 | 1000001 |
Color Harmonies of #CCAC81
Complementary color
Monochromatic Colors of #CCAC81
Black with #CCAC81
Text Example
Text Example
White with #CCAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC81; }
p { color: rgb(204,172,129); }
H1.HeaderClassName
{
color: #CCAC81;
}
.AnyTagClassName
{
color: #CCAC81;
}
</style>
background-color css
<style>
a { background-color: #CCAC81; }
a { background-color: rgb(204,172,129); }
div.DivClassName
{
background-color: #CCAC81;
}
.BgClassName
{
background-color: #CCAC81;
}
</style>
border-color css
<style>
span { border-color: #CCAC81; }
span { border-color: rgb(204,172,129); }
td.TdClassName
{
border-color: #CCAC81;
}
.TagClassName
{
border-color: #CCAC81;
}
</style>