Shades of Apache #CFA65E
Tints of Apache #CFA65E
RGB
CMYK
RGB Variations
Color information
#CFA65E (or 0xCFA65E) is known color: Apache. HEX triplet: CF, A6 and 5E. RGB value is (207,166,94). Sum of RGB (Red+Green+Blue) = 207+166+94=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA65E is #3059A1. Grayscale: #AAAAAA. Windows color (decimal): -3168674 or 6203087. OLE color: 6203087.
HSL color Cylindrical-coordinate representation of color #CFA65E: hue angle of 38.23º 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 #CFA65E is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 94 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 38.23º | 0.54% | 0.59% | - |
| HSV(B) | 38.23º | 0.55% | 0.81% | - |
| XYZ | 41.39 | 41.35 | 16.39 | - |
| YUV | 170.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 94 | 0 | 0.20 | 0.55 | 0.19 | 38.23 | 0.54 | 0.59 |
| Hex | CF | A6 | 5E | 0 | 14 | 37 | 13 | 26 | 36 | 3B |
| Octal | 317 | 246 | 136 | 0 | 24 | 67 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100110 | 1011110 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA65E
Complementary color
Monochromatic Colors of #CFA65E
Black with #CFA65E
Text Example
Text Example
White with #CFA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA65E; }
p { color: rgb(207,166,94); }
H1.HeaderClassName
{
color: #CFA65E;
}
.AnyTagClassName
{
color: #CFA65E;
}
</style>
background-color css
<style>
a { background-color: #CFA65E; }
a { background-color: rgb(207,166,94); }
div.DivClassName
{
background-color: #CFA65E;
}
.BgClassName
{
background-color: #CFA65E;
}
</style>
border-color css
<style>
span { border-color: #CFA65E; }
span { border-color: rgb(207,166,94); }
td.TdClassName
{
border-color: #CFA65E;
}
.TagClassName
{
border-color: #CFA65E;
}
</style>