Shades of Apache #CFA55E
Tints of Apache #CFA55E
RGB
CMYK
RGB Variations
Color information
#CFA55E (or 0xCFA55E) is known color: Apache. HEX triplet: CF, A5 and 5E. RGB value is (207,165,94). Sum of RGB (Red+Green+Blue) = 207+165+94=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA55E is #305AA1. Grayscale: #A9A9A9. Windows color (decimal): -3168930 or 6202831. OLE color: 6202831.
HSL color Cylindrical-coordinate representation of color #CFA55E: hue angle of 37.7º 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 #CFA55E is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 94 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 37.7º | 0.54% | 0.59% | - |
| HSV(B) | 37.7º | 0.55% | 0.81% | - |
| XYZ | 41.21 | 40.98 | 16.33 | - |
| YUV | 169.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 94 | 0 | 0.20 | 0.55 | 0.19 | 37.7 | 0.54 | 0.59 |
| Hex | CF | A5 | 5E | 0 | 14 | 37 | 13 | 26 | 36 | 3B |
| Octal | 317 | 245 | 136 | 0 | 24 | 67 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100101 | 1011110 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA55E
Complementary color
Monochromatic Colors of #CFA55E
Black with #CFA55E
Text Example
Text Example
White with #CFA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA55E; }
p { color: rgb(207,165,94); }
H1.HeaderClassName
{
color: #CFA55E;
}
.AnyTagClassName
{
color: #CFA55E;
}
</style>
background-color css
<style>
a { background-color: #CFA55E; }
a { background-color: rgb(207,165,94); }
div.DivClassName
{
background-color: #CFA55E;
}
.BgClassName
{
background-color: #CFA55E;
}
</style>
border-color css
<style>
span { border-color: #CFA55E; }
span { border-color: rgb(207,165,94); }
td.TdClassName
{
border-color: #CFA55E;
}
.TagClassName
{
border-color: #CFA55E;
}
</style>