Shades of Calico #CFAF84
Tints of Calico #CFAF84
RGB
CMYK
RGB Variations
Color information
#CFAF84 (or 0xCFAF84) is known color: Calico. HEX triplet: CF, AF and 84. RGB value is (207,175,132). Sum of RGB (Red+Green+Blue) = 207+175+132=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF84 is #30507B. Grayscale: #B3B3B3. Windows color (decimal): -3166332 or 8695759. OLE color: 8695759.
HSL color Cylindrical-coordinate representation of color #CFAF84: hue angle of 34.4º 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 #CFAF84 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 132 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.19 |
| HSL | 34.4º | 0.44% | 0.66% | - |
| HSV(B) | 34.4º | 0.36% | 0.81% | - |
| XYZ | 45.23 | 45.59 | 28.25 | - |
| YUV | 179.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 132 | 0 | 0.15 | 0.36 | 0.19 | 34.4 | 0.44 | 0.66 |
| Hex | CF | AF | 84 | 0 | F | 24 | 13 | 22 | 2C | 42 |
| Octal | 317 | 257 | 204 | 0 | 17 | 44 | 23 | 42 | 54 | 102 |
| Binary | 11001111 | 10101111 | 10000100 | 0 | 1111 | 100100 | 10011 | 100010 | 101100 | 1000010 |
Color Harmonies of #CFAF84
Complementary color
Monochromatic Colors of #CFAF84
Black with #CFAF84
Text Example
Text Example
White with #CFAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF84; }
p { color: rgb(207,175,132); }
H1.HeaderClassName
{
color: #CFAF84;
}
.AnyTagClassName
{
color: #CFAF84;
}
</style>
background-color css
<style>
a { background-color: #CFAF84; }
a { background-color: rgb(207,175,132); }
div.DivClassName
{
background-color: #CFAF84;
}
.BgClassName
{
background-color: #CFAF84;
}
</style>
border-color css
<style>
span { border-color: #CFAF84; }
span { border-color: rgb(207,175,132); }
td.TdClassName
{
border-color: #CFAF84;
}
.TagClassName
{
border-color: #CFAF84;
}
</style>