Shades of Calico #CFAB86
Tints of Calico #CFAB86
RGB
CMYK
RGB Variations
Color information
#CFAB86 (or 0xCFAB86) is known color: Calico. HEX triplet: CF, AB and 86. RGB value is (207,171,134). Sum of RGB (Red+Green+Blue) = 207+171+134=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB86 is #305479. Grayscale: #B1B1B1. Windows color (decimal): -3167354 or 8825807. OLE color: 8825807.
HSL color Cylindrical-coordinate representation of color #CFAB86: hue angle of 30.41º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFAB86 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 134 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.19 |
| HSL | 30.41º | 0.43% | 0.67% | - |
| HSV(B) | 30.41º | 0.35% | 0.81% | - |
| XYZ | 44.6 | 44.11 | 28.72 | - |
| YUV | 177.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 134 | 0 | 0.17 | 0.35 | 0.19 | 30.41 | 0.43 | 0.67 |
| Hex | CF | AB | 86 | 0 | 11 | 23 | 13 | 1E | 2B | 43 |
| Octal | 317 | 253 | 206 | 0 | 21 | 43 | 23 | 36 | 53 | 103 |
| Binary | 11001111 | 10101011 | 10000110 | 0 | 10001 | 100011 | 10011 | 11110 | 101011 | 1000011 |
Color Harmonies of #CFAB86
Complementary color
Monochromatic Colors of #CFAB86
Black with #CFAB86
Text Example
Text Example
White with #CFAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB86; }
p { color: rgb(207,171,134); }
H1.HeaderClassName
{
color: #CFAB86;
}
.AnyTagClassName
{
color: #CFAB86;
}
</style>
background-color css
<style>
a { background-color: #CFAB86; }
a { background-color: rgb(207,171,134); }
div.DivClassName
{
background-color: #CFAB86;
}
.BgClassName
{
background-color: #CFAB86;
}
</style>
border-color css
<style>
span { border-color: #CFAB86; }
span { border-color: rgb(207,171,134); }
td.TdClassName
{
border-color: #CFAB86;
}
.TagClassName
{
border-color: #CFAB86;
}
</style>