Shades of Apache #CFA45E
Tints of Apache #CFA45E
RGB
CMYK
RGB Variations
Color information
#CFA45E (or 0xCFA45E) is known color: Apache. HEX triplet: CF, A4 and 5E. RGB value is (207,164,94). Sum of RGB (Red+Green+Blue) = 207+164+94=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45E is #305BA1. Grayscale: #A9A9A9. Windows color (decimal): -3169186 or 6202575. OLE color: 6202575.
HSL color Cylindrical-coordinate representation of color #CFA45E: hue angle of 37.17º 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 #CFA45E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 94 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 37.17º | 0.54% | 0.59% | - |
| HSV(B) | 37.17º | 0.55% | 0.81% | - |
| XYZ | 41.03 | 40.62 | 16.27 | - |
| YUV | 168.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 94 | 0 | 0.21 | 0.55 | 0.19 | 37.17 | 0.54 | 0.59 |
| Hex | CF | A4 | 5E | 0 | 15 | 37 | 13 | 25 | 36 | 3B |
| Octal | 317 | 244 | 136 | 0 | 25 | 67 | 23 | 45 | 66 | 73 |
| Binary | 11001111 | 10100100 | 1011110 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111011 |
Color Harmonies of #CFA45E
Complementary color
Monochromatic Colors of #CFA45E
Black with #CFA45E
Text Example
Text Example
White with #CFA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA45E; }
p { color: rgb(207,164,94); }
H1.HeaderClassName
{
color: #CFA45E;
}
.AnyTagClassName
{
color: #CFA45E;
}
</style>
background-color css
<style>
a { background-color: #CFA45E; }
a { background-color: rgb(207,164,94); }
div.DivClassName
{
background-color: #CFA45E;
}
.BgClassName
{
background-color: #CFA45E;
}
</style>
border-color css
<style>
span { border-color: #CFA45E; }
span { border-color: rgb(207,164,94); }
td.TdClassName
{
border-color: #CFA45E;
}
.TagClassName
{
border-color: #CFA45E;
}
</style>