Shades of Calico #CFAB81
Tints of Calico #CFAB81
RGB
CMYK
RGB Variations
Color information
#CFAB81 (or 0xCFAB81) is known color: Calico. HEX triplet: CF, AB and 81. RGB value is (207,171,129). Sum of RGB (Red+Green+Blue) = 207+171+129=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB81 is #30547E. Grayscale: #B1B1B1. Windows color (decimal): -3167359 or 8498127. OLE color: 8498127.
HSL color Cylindrical-coordinate representation of color #CFAB81: hue angle of 32.31º 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 #CFAB81 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 129 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.19 |
| HSL | 32.31º | 0.45% | 0.66% | - |
| HSV(B) | 32.31º | 0.38% | 0.81% | - |
| XYZ | 44.26 | 43.98 | 26.92 | - |
| YUV | 176.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 129 | 0 | 0.17 | 0.38 | 0.19 | 32.31 | 0.45 | 0.66 |
| Hex | CF | AB | 81 | 0 | 11 | 26 | 13 | 20 | 2D | 42 |
| Octal | 317 | 253 | 201 | 0 | 21 | 46 | 23 | 40 | 55 | 102 |
| Binary | 11001111 | 10101011 | 10000001 | 0 | 10001 | 100110 | 10011 | 100000 | 101101 | 1000010 |
Color Harmonies of #CFAB81
Complementary color
Monochromatic Colors of #CFAB81
Black with #CFAB81
Text Example
Text Example
White with #CFAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB81; }
p { color: rgb(207,171,129); }
H1.HeaderClassName
{
color: #CFAB81;
}
.AnyTagClassName
{
color: #CFAB81;
}
</style>
background-color css
<style>
a { background-color: #CFAB81; }
a { background-color: rgb(207,171,129); }
div.DivClassName
{
background-color: #CFAB81;
}
.BgClassName
{
background-color: #CFAB81;
}
</style>
border-color css
<style>
span { border-color: #CFAB81; }
span { border-color: rgb(207,171,129); }
td.TdClassName
{
border-color: #CFAB81;
}
.TagClassName
{
border-color: #CFAB81;
}
</style>