Shades of Calico #CFAF85
Tints of Calico #CFAF85
RGB
CMYK
RGB Variations
Color information
#CFAF85 (or 0xCFAF85) is known color: Calico. HEX triplet: CF, AF and 85. RGB value is (207,175,133). Sum of RGB (Red+Green+Blue) = 207+175+133=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF85 is #30507A. Grayscale: #B3B3B3. Windows color (decimal): -3166331 or 8761295. OLE color: 8761295.
HSL color Cylindrical-coordinate representation of color #CFAF85: hue angle of 34.05º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFAF85 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 133 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.19 |
| HSL | 34.05º | 0.44% | 0.67% | - |
| HSV(B) | 34.05º | 0.36% | 0.81% | - |
| XYZ | 45.3 | 45.62 | 28.61 | - |
| YUV | 179.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 133 | 0 | 0.15 | 0.36 | 0.19 | 34.05 | 0.44 | 0.67 |
| Hex | CF | AF | 85 | 0 | F | 24 | 13 | 22 | 2C | 43 |
| Octal | 317 | 257 | 205 | 0 | 17 | 44 | 23 | 42 | 54 | 103 |
| Binary | 11001111 | 10101111 | 10000101 | 0 | 1111 | 100100 | 10011 | 100010 | 101100 | 1000011 |
Color Harmonies of #CFAF85
Complementary color
Monochromatic Colors of #CFAF85
Black with #CFAF85
Text Example
Text Example
White with #CFAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF85; }
p { color: rgb(207,175,133); }
H1.HeaderClassName
{
color: #CFAF85;
}
.AnyTagClassName
{
color: #CFAF85;
}
</style>
background-color css
<style>
a { background-color: #CFAF85; }
a { background-color: rgb(207,175,133); }
div.DivClassName
{
background-color: #CFAF85;
}
.BgClassName
{
background-color: #CFAF85;
}
</style>
border-color css
<style>
span { border-color: #CFAF85; }
span { border-color: rgb(207,175,133); }
td.TdClassName
{
border-color: #CFAF85;
}
.TagClassName
{
border-color: #CFAF85;
}
</style>