Shades of Apache #CFA35E
Tints of Apache #CFA35E
RGB
CMYK
RGB Variations
Color information
#CFA35E (or 0xCFA35E) is known color: Apache. HEX triplet: CF, A3 and 5E. RGB value is (207,163,94). Sum of RGB (Red+Green+Blue) = 207+163+94=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35E is #305CA1. Grayscale: #A8A8A8. Windows color (decimal): -3169442 or 6202319. OLE color: 6202319.
HSL color Cylindrical-coordinate representation of color #CFA35E: hue angle of 36.64º 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 #CFA35E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 94 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 36.64º | 0.54% | 0.59% | - |
| HSV(B) | 36.64º | 0.55% | 0.81% | - |
| XYZ | 40.85 | 40.27 | 16.21 | - |
| YUV | 168.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 94 | 0 | 0.21 | 0.55 | 0.19 | 36.64 | 0.54 | 0.59 |
| Hex | CF | A3 | 5E | 0 | 15 | 37 | 13 | 25 | 36 | 3B |
| Octal | 317 | 243 | 136 | 0 | 25 | 67 | 23 | 45 | 66 | 73 |
| Binary | 11001111 | 10100011 | 1011110 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111011 |
Color Harmonies of #CFA35E
Complementary color
Monochromatic Colors of #CFA35E
Black with #CFA35E
Text Example
Text Example
White with #CFA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA35E; }
p { color: rgb(207,163,94); }
H1.HeaderClassName
{
color: #CFA35E;
}
.AnyTagClassName
{
color: #CFA35E;
}
</style>
background-color css
<style>
a { background-color: #CFA35E; }
a { background-color: rgb(207,163,94); }
div.DivClassName
{
background-color: #CFA35E;
}
.BgClassName
{
background-color: #CFA35E;
}
</style>
border-color css
<style>
span { border-color: #CFA35E; }
span { border-color: rgb(207,163,94); }
td.TdClassName
{
border-color: #CFA35E;
}
.TagClassName
{
border-color: #CFA35E;
}
</style>