Shades of Calico #CFAC7E
Tints of Calico #CFAC7E
RGB
CMYK
RGB Variations
Color information
#CFAC7E (or 0xCFAC7E) is known color: Calico. HEX triplet: CF, AC and 7E. RGB value is (207,172,126). Sum of RGB (Red+Green+Blue) = 207+172+126=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC7E is #305381. Grayscale: #B1B1B1. Windows color (decimal): -3167106 or 8301775. OLE color: 8301775.
HSL color Cylindrical-coordinate representation of color #CFAC7E: hue angle of 34.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFAC7E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 126 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.19 |
| HSL | 34.07º | 0.46% | 0.65% | - |
| HSV(B) | 34.07º | 0.39% | 0.81% | - |
| XYZ | 44.25 | 44.28 | 25.95 | - |
| YUV | 177.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 126 | 0 | 0.17 | 0.39 | 0.19 | 34.07 | 0.46 | 0.65 |
| Hex | CF | AC | 7E | 0 | 11 | 27 | 13 | 22 | 2E | 41 |
| Octal | 317 | 254 | 176 | 0 | 21 | 47 | 23 | 42 | 56 | 101 |
| Binary | 11001111 | 10101100 | 1111110 | 0 | 10001 | 100111 | 10011 | 100010 | 101110 | 1000001 |
Color Harmonies of #CFAC7E
Complementary color
Monochromatic Colors of #CFAC7E
Black with #CFAC7E
Text Example
Text Example
White with #CFAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC7E; }
p { color: rgb(207,172,126); }
H1.HeaderClassName
{
color: #CFAC7E;
}
.AnyTagClassName
{
color: #CFAC7E;
}
</style>
background-color css
<style>
a { background-color: #CFAC7E; }
a { background-color: rgb(207,172,126); }
div.DivClassName
{
background-color: #CFAC7E;
}
.BgClassName
{
background-color: #CFAC7E;
}
</style>
border-color css
<style>
span { border-color: #CFAC7E; }
span { border-color: rgb(207,172,126); }
td.TdClassName
{
border-color: #CFAC7E;
}
.TagClassName
{
border-color: #CFAC7E;
}
</style>