Shades of Apache #CFA25E
Tints of Apache #CFA25E
RGB
CMYK
RGB Variations
Color information
#CFA25E (or 0xCFA25E) is known color: Apache. HEX triplet: CF, A2 and 5E. RGB value is (207,162,94). Sum of RGB (Red+Green+Blue) = 207+162+94=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25E is #305DA1. Grayscale: #A8A8A8. Windows color (decimal): -3169698 or 6202063. OLE color: 6202063.
HSL color Cylindrical-coordinate representation of color #CFA25E: hue angle of 36.11º 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 #CFA25E is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 94 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.19 |
| HSL | 36.11º | 0.54% | 0.59% | - |
| HSV(B) | 36.11º | 0.55% | 0.81% | - |
| XYZ | 40.67 | 39.91 | 16.15 | - |
| YUV | 167.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 94 | 0 | 0.22 | 0.55 | 0.19 | 36.11 | 0.54 | 0.59 |
| Hex | CF | A2 | 5E | 0 | 16 | 37 | 13 | 24 | 36 | 3B |
| Octal | 317 | 242 | 136 | 0 | 26 | 67 | 23 | 44 | 66 | 73 |
| Binary | 11001111 | 10100010 | 1011110 | 0 | 10110 | 110111 | 10011 | 100100 | 110110 | 111011 |
Color Harmonies of #CFA25E
Complementary color
Monochromatic Colors of #CFA25E
Black with #CFA25E
Text Example
Text Example
White with #CFA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA25E; }
p { color: rgb(207,162,94); }
H1.HeaderClassName
{
color: #CFA25E;
}
.AnyTagClassName
{
color: #CFA25E;
}
</style>
background-color css
<style>
a { background-color: #CFA25E; }
a { background-color: rgb(207,162,94); }
div.DivClassName
{
background-color: #CFA25E;
}
.BgClassName
{
background-color: #CFA25E;
}
</style>
border-color css
<style>
span { border-color: #CFA25E; }
span { border-color: rgb(207,162,94); }
td.TdClassName
{
border-color: #CFA25E;
}
.TagClassName
{
border-color: #CFA25E;
}
</style>