Shades of Calico #CFAB80
Tints of Calico #CFAB80
RGB
CMYK
RGB Variations
Color information
#CFAB80 (or 0xCFAB80) is known color: Calico. HEX triplet: CF, AB and 80. RGB value is (207,171,128). Sum of RGB (Red+Green+Blue) = 207+171+128=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB80 is #30547F. Grayscale: #B1B1B1. Windows color (decimal): -3167360 or 8432591. OLE color: 8432591.
HSL color Cylindrical-coordinate representation of color #CFAB80: hue angle of 32.66º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFAB80 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 128 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.19 |
| HSL | 32.66º | 0.45% | 0.66% | - |
| HSV(B) | 32.66º | 0.38% | 0.81% | - |
| XYZ | 44.19 | 43.95 | 26.58 | - |
| YUV | 176.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 128 | 0 | 0.17 | 0.38 | 0.19 | 32.66 | 0.45 | 0.66 |
| Hex | CF | AB | 80 | 0 | 11 | 26 | 13 | 21 | 2D | 42 |
| Octal | 317 | 253 | 200 | 0 | 21 | 46 | 23 | 41 | 55 | 102 |
| Binary | 11001111 | 10101011 | 10000000 | 0 | 10001 | 100110 | 10011 | 100001 | 101101 | 1000010 |
Color Harmonies of #CFAB80
Complementary color
Monochromatic Colors of #CFAB80
Black with #CFAB80
Text Example
Text Example
White with #CFAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB80; }
p { color: rgb(207,171,128); }
H1.HeaderClassName
{
color: #CFAB80;
}
.AnyTagClassName
{
color: #CFAB80;
}
</style>
background-color css
<style>
a { background-color: #CFAB80; }
a { background-color: rgb(207,171,128); }
div.DivClassName
{
background-color: #CFAB80;
}
.BgClassName
{
background-color: #CFAB80;
}
</style>
border-color css
<style>
span { border-color: #CFAB80; }
span { border-color: rgb(207,171,128); }
td.TdClassName
{
border-color: #CFAB80;
}
.TagClassName
{
border-color: #CFAB80;
}
</style>