Shades of Apache #CFA85E
Tints of Apache #CFA85E
RGB
CMYK
RGB Variations
Color information
#CFA85E (or 0xCFA85E) is known color: Apache. HEX triplet: CF, A8 and 5E. RGB value is (207,168,94). Sum of RGB (Red+Green+Blue) = 207+168+94=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA85E is #3057A1. Grayscale: #ABABAB. Windows color (decimal): -3168162 or 6203599. OLE color: 6203599.
HSL color Cylindrical-coordinate representation of color #CFA85E: hue angle of 39.29º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA85E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 94 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.19 |
| HSL | 39.29º | 0.54% | 0.59% | - |
| HSV(B) | 39.29º | 0.55% | 0.81% | - |
| XYZ | 41.76 | 42.08 | 16.51 | - |
| YUV | 171.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 94 | 0 | 0.19 | 0.55 | 0.19 | 39.29 | 0.54 | 0.59 |
| Hex | CF | A8 | 5E | 0 | 13 | 37 | 13 | 27 | 36 | 3B |
| Octal | 317 | 250 | 136 | 0 | 23 | 67 | 23 | 47 | 66 | 73 |
| Binary | 11001111 | 10101000 | 1011110 | 0 | 10011 | 110111 | 10011 | 100111 | 110110 | 111011 |
Color Harmonies of #CFA85E
Complementary color
Monochromatic Colors of #CFA85E
Black with #CFA85E
Text Example
Text Example
White with #CFA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA85E; }
p { color: rgb(207,168,94); }
H1.HeaderClassName
{
color: #CFA85E;
}
.AnyTagClassName
{
color: #CFA85E;
}
</style>
background-color css
<style>
a { background-color: #CFA85E; }
a { background-color: rgb(207,168,94); }
div.DivClassName
{
background-color: #CFA85E;
}
.BgClassName
{
background-color: #CFA85E;
}
</style>
border-color css
<style>
span { border-color: #CFA85E; }
span { border-color: rgb(207,168,94); }
td.TdClassName
{
border-color: #CFA85E;
}
.TagClassName
{
border-color: #CFA85E;
}
</style>