Shades of Calico #CFAF86
Tints of Calico #CFAF86
RGB
CMYK
RGB Variations
Color information
#CFAF86 (or 0xCFAF86) is known color: Calico. HEX triplet: CF, AF and 86. RGB value is (207,175,134). Sum of RGB (Red+Green+Blue) = 207+175+134=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF86 is #305079. Grayscale: #B4B4B4. Windows color (decimal): -3166330 or 8826831. OLE color: 8826831.
HSL color Cylindrical-coordinate representation of color #CFAF86: hue angle of 33.7º 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 #CFAF86 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 134 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.19 |
| HSL | 33.7º | 0.43% | 0.67% | - |
| HSV(B) | 33.7º | 0.35% | 0.81% | - |
| XYZ | 45.37 | 45.65 | 28.97 | - |
| YUV | 179.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 134 | 0 | 0.15 | 0.35 | 0.19 | 33.7 | 0.43 | 0.67 |
| Hex | CF | AF | 86 | 0 | F | 23 | 13 | 22 | 2B | 43 |
| Octal | 317 | 257 | 206 | 0 | 17 | 43 | 23 | 42 | 53 | 103 |
| Binary | 11001111 | 10101111 | 10000110 | 0 | 1111 | 100011 | 10011 | 100010 | 101011 | 1000011 |
Color Harmonies of #CFAF86
Complementary color
Monochromatic Colors of #CFAF86
Black with #CFAF86
Text Example
Text Example
White with #CFAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF86; }
p { color: rgb(207,175,134); }
H1.HeaderClassName
{
color: #CFAF86;
}
.AnyTagClassName
{
color: #CFAF86;
}
</style>
background-color css
<style>
a { background-color: #CFAF86; }
a { background-color: rgb(207,175,134); }
div.DivClassName
{
background-color: #CFAF86;
}
.BgClassName
{
background-color: #CFAF86;
}
</style>
border-color css
<style>
span { border-color: #CFAF86; }
span { border-color: rgb(207,175,134); }
td.TdClassName
{
border-color: #CFAF86;
}
.TagClassName
{
border-color: #CFAF86;
}
</style>