Shades of Calico #CFAC7D
Tints of Calico #CFAC7D
RGB
CMYK
RGB Variations
Color information
#CFAC7D (or 0xCFAC7D) is known color: Calico. HEX triplet: CF, AC and 7D. RGB value is (207,172,125). Sum of RGB (Red+Green+Blue) = 207+172+125=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC7D is #305382. Grayscale: #B1B1B1. Windows color (decimal): -3167107 or 8236239. OLE color: 8236239.
HSL color Cylindrical-coordinate representation of color #CFAC7D: hue angle of 34.39º 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 #CFAC7D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 125 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.19 |
| HSL | 34.39º | 0.46% | 0.65% | - |
| HSV(B) | 34.39º | 0.4% | 0.81% | - |
| XYZ | 44.19 | 44.25 | 25.61 | - |
| YUV | 177.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 125 | 0 | 0.17 | 0.40 | 0.19 | 34.39 | 0.46 | 0.65 |
| Hex | CF | AC | 7D | 0 | 11 | 28 | 13 | 22 | 2E | 41 |
| Octal | 317 | 254 | 175 | 0 | 21 | 50 | 23 | 42 | 56 | 101 |
| Binary | 11001111 | 10101100 | 1111101 | 0 | 10001 | 101000 | 10011 | 100010 | 101110 | 1000001 |
Color Harmonies of #CFAC7D
Complementary color
Monochromatic Colors of #CFAC7D
Black with #CFAC7D
Text Example
Text Example
White with #CFAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC7D; }
p { color: rgb(207,172,125); }
H1.HeaderClassName
{
color: #CFAC7D;
}
.AnyTagClassName
{
color: #CFAC7D;
}
</style>
background-color css
<style>
a { background-color: #CFAC7D; }
a { background-color: rgb(207,172,125); }
div.DivClassName
{
background-color: #CFAC7D;
}
.BgClassName
{
background-color: #CFAC7D;
}
</style>
border-color css
<style>
span { border-color: #CFAC7D; }
span { border-color: rgb(207,172,125); }
td.TdClassName
{
border-color: #CFAC7D;
}
.TagClassName
{
border-color: #CFAC7D;
}
</style>