Shades of Calico #CFAB7D
Tints of Calico #CFAB7D
RGB
CMYK
RGB Variations
Color information
#CFAB7D (or 0xCFAB7D) is known color: Calico. HEX triplet: CF, AB and 7D. RGB value is (207,171,125). Sum of RGB (Red+Green+Blue) = 207+171+125=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB7D is #305482. Grayscale: #B0B0B0. Windows color (decimal): -3167363 or 8235983. OLE color: 8235983.
HSL color Cylindrical-coordinate representation of color #CFAB7D: hue angle of 33.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFAB7D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 125 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.19 |
| HSL | 33.66º | 0.46% | 0.65% | - |
| HSV(B) | 33.66º | 0.4% | 0.81% | - |
| XYZ | 44 | 43.87 | 25.55 | - |
| YUV | 176.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 125 | 0 | 0.17 | 0.40 | 0.19 | 33.66 | 0.46 | 0.65 |
| Hex | CF | AB | 7D | 0 | 11 | 28 | 13 | 22 | 2E | 41 |
| Octal | 317 | 253 | 175 | 0 | 21 | 50 | 23 | 42 | 56 | 101 |
| Binary | 11001111 | 10101011 | 1111101 | 0 | 10001 | 101000 | 10011 | 100010 | 101110 | 1000001 |
Color Harmonies of #CFAB7D
Complementary color
Monochromatic Colors of #CFAB7D
Black with #CFAB7D
Text Example
Text Example
White with #CFAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB7D; }
p { color: rgb(207,171,125); }
H1.HeaderClassName
{
color: #CFAB7D;
}
.AnyTagClassName
{
color: #CFAB7D;
}
</style>
background-color css
<style>
a { background-color: #CFAB7D; }
a { background-color: rgb(207,171,125); }
div.DivClassName
{
background-color: #CFAB7D;
}
.BgClassName
{
background-color: #CFAB7D;
}
</style>
border-color css
<style>
span { border-color: #CFAB7D; }
span { border-color: rgb(207,171,125); }
td.TdClassName
{
border-color: #CFAB7D;
}
.TagClassName
{
border-color: #CFAB7D;
}
</style>