Shades of Calico #CCAB80
Tints of Calico #CCAB80
RGB
CMYK
RGB Variations
Color information
#CCAB80 (or 0xCCAB80) is known color: Calico. HEX triplet: CC, AB and 80. RGB value is (204,171,128). Sum of RGB (Red+Green+Blue) = 204+171+128=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB80 is #33547F. Grayscale: #B0B0B0. Windows color (decimal): -3363968 or 8432588. OLE color: 8432588.
HSL color Cylindrical-coordinate representation of color #CCAB80: hue angle of 33.95º 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 #CCAB80 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 128 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.2 |
| HSL | 33.95º | 0.43% | 0.65% | - |
| HSV(B) | 33.95º | 0.37% | 0.8% | - |
| XYZ | 43.36 | 43.52 | 26.54 | - |
| YUV | 175.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 128 | 0 | 0.16 | 0.37 | 0.2 | 33.95 | 0.43 | 0.65 |
| Hex | CC | AB | 80 | 0 | 10 | 25 | 14 | 22 | 2B | 41 |
| Octal | 314 | 253 | 200 | 0 | 20 | 45 | 24 | 42 | 53 | 101 |
| Binary | 11001100 | 10101011 | 10000000 | 0 | 10000 | 100101 | 10100 | 100010 | 101011 | 1000001 |
Color Harmonies of #CCAB80
Complementary color
Monochromatic Colors of #CCAB80
Black with #CCAB80
Text Example
Text Example
White with #CCAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB80; }
p { color: rgb(204,171,128); }
H1.HeaderClassName
{
color: #CCAB80;
}
.AnyTagClassName
{
color: #CCAB80;
}
</style>
background-color css
<style>
a { background-color: #CCAB80; }
a { background-color: rgb(204,171,128); }
div.DivClassName
{
background-color: #CCAB80;
}
.BgClassName
{
background-color: #CCAB80;
}
</style>
border-color css
<style>
span { border-color: #CCAB80; }
span { border-color: rgb(204,171,128); }
td.TdClassName
{
border-color: #CCAB80;
}
.TagClassName
{
border-color: #CCAB80;
}
</style>