Shades of Calico #CFAC84
Tints of Calico #CFAC84
RGB
CMYK
RGB Variations
Color information
#CFAC84 (or 0xCFAC84) is known color: Calico. HEX triplet: CF, AC and 84. RGB value is (207,172,132). Sum of RGB (Red+Green+Blue) = 207+172+132=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC84 is #30537B. Grayscale: #B2B2B2. Windows color (decimal): -3167100 or 8694991. OLE color: 8694991.
HSL color Cylindrical-coordinate representation of color #CFAC84: hue angle of 32º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFAC84 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 132 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.19 |
| HSL | 32º | 0.44% | 0.66% | - |
| HSV(B) | 32º | 0.36% | 0.81% | - |
| XYZ | 44.65 | 44.44 | 28.05 | - |
| YUV | 177.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 132 | 0 | 0.17 | 0.36 | 0.19 | 32 | 0.44 | 0.66 |
| Hex | CF | AC | 84 | 0 | 11 | 24 | 13 | 20 | 2C | 42 |
| Octal | 317 | 254 | 204 | 0 | 21 | 44 | 23 | 40 | 54 | 102 |
| Binary | 11001111 | 10101100 | 10000100 | 0 | 10001 | 100100 | 10011 | 100000 | 101100 | 1000010 |
Color Harmonies of #CFAC84
Complementary color
Monochromatic Colors of #CFAC84
Black with #CFAC84
Text Example
Text Example
White with #CFAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC84; }
p { color: rgb(207,172,132); }
H1.HeaderClassName
{
color: #CFAC84;
}
.AnyTagClassName
{
color: #CFAC84;
}
</style>
background-color css
<style>
a { background-color: #CFAC84; }
a { background-color: rgb(207,172,132); }
div.DivClassName
{
background-color: #CFAC84;
}
.BgClassName
{
background-color: #CFAC84;
}
</style>
border-color css
<style>
span { border-color: #CFAC84; }
span { border-color: rgb(207,172,132); }
td.TdClassName
{
border-color: #CFAC84;
}
.TagClassName
{
border-color: #CFAC84;
}
</style>