Shades of Calico #CFAC7C
Tints of Calico #CFAC7C
RGB
CMYK
RGB Variations
Color information
#CFAC7C (or 0xCFAC7C) is known color: Calico. HEX triplet: CF, AC and 7C. RGB value is (207,172,124). Sum of RGB (Red+Green+Blue) = 207+172+124=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC7C is #305383. Grayscale: #B1B1B1. Windows color (decimal): -3167108 or 8170703. OLE color: 8170703.
HSL color Cylindrical-coordinate representation of color #CFAC7C: hue angle of 34.7º 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 #CFAC7C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 124 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.19 |
| HSL | 34.7º | 0.46% | 0.65% | - |
| HSV(B) | 34.7º | 0.4% | 0.81% | - |
| XYZ | 44.12 | 44.23 | 25.28 | - |
| YUV | 176.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 124 | 0 | 0.17 | 0.40 | 0.19 | 34.7 | 0.46 | 0.65 |
| Hex | CF | AC | 7C | 0 | 11 | 28 | 13 | 23 | 2E | 41 |
| Octal | 317 | 254 | 174 | 0 | 21 | 50 | 23 | 43 | 56 | 101 |
| Binary | 11001111 | 10101100 | 1111100 | 0 | 10001 | 101000 | 10011 | 100011 | 101110 | 1000001 |
Color Harmonies of #CFAC7C
Complementary color
Monochromatic Colors of #CFAC7C
Black with #CFAC7C
Text Example
Text Example
White with #CFAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC7C; }
p { color: rgb(207,172,124); }
H1.HeaderClassName
{
color: #CFAC7C;
}
.AnyTagClassName
{
color: #CFAC7C;
}
</style>
background-color css
<style>
a { background-color: #CFAC7C; }
a { background-color: rgb(207,172,124); }
div.DivClassName
{
background-color: #CFAC7C;
}
.BgClassName
{
background-color: #CFAC7C;
}
</style>
border-color css
<style>
span { border-color: #CFAC7C; }
span { border-color: rgb(207,172,124); }
td.TdClassName
{
border-color: #CFAC7C;
}
.TagClassName
{
border-color: #CFAC7C;
}
</style>