Shades of Calico #CFAF87
Tints of Calico #CFAF87
RGB
CMYK
RGB Variations
Color information
#CFAF87 (or 0xCFAF87) is known color: Calico. HEX triplet: CF, AF and 87. RGB value is (207,175,135). Sum of RGB (Red+Green+Blue) = 207+175+135=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF87 is #305078. Grayscale: #B4B4B4. Windows color (decimal): -3166329 or 8892367. OLE color: 8892367.
HSL color Cylindrical-coordinate representation of color #CFAF87: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFAF87 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 135 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.19 |
| HSL | 33.33º | 0.43% | 0.67% | - |
| HSV(B) | 33.33º | 0.35% | 0.81% | - |
| XYZ | 45.44 | 45.67 | 29.34 | - |
| YUV | 180.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 135 | 0 | 0.15 | 0.35 | 0.19 | 33.33 | 0.43 | 0.67 |
| Hex | CF | AF | 87 | 0 | F | 23 | 13 | 21 | 2B | 43 |
| Octal | 317 | 257 | 207 | 0 | 17 | 43 | 23 | 41 | 53 | 103 |
| Binary | 11001111 | 10101111 | 10000111 | 0 | 1111 | 100011 | 10011 | 100001 | 101011 | 1000011 |
Color Harmonies of #CFAF87
Complementary color
Monochromatic Colors of #CFAF87
Black with #CFAF87
Text Example
Text Example
White with #CFAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF87; }
p { color: rgb(207,175,135); }
H1.HeaderClassName
{
color: #CFAF87;
}
.AnyTagClassName
{
color: #CFAF87;
}
</style>
background-color css
<style>
a { background-color: #CFAF87; }
a { background-color: rgb(207,175,135); }
div.DivClassName
{
background-color: #CFAF87;
}
.BgClassName
{
background-color: #CFAF87;
}
</style>
border-color css
<style>
span { border-color: #CFAF87; }
span { border-color: rgb(207,175,135); }
td.TdClassName
{
border-color: #CFAF87;
}
.TagClassName
{
border-color: #CFAF87;
}
</style>