Shades of Apache #CFAE5E
Tints of Apache #CFAE5E
RGB
CMYK
RGB Variations
Color information
#CFAE5E (or 0xCFAE5E) is known color: Apache. HEX triplet: CF, AE and 5E. RGB value is (207,174,94). Sum of RGB (Red+Green+Blue) = 207+174+94=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE5E is #3051A1. Grayscale: #AFAFAF. Windows color (decimal): -3166626 or 6205135. OLE color: 6205135.
HSL color Cylindrical-coordinate representation of color #CFAE5E: hue angle of 42.48º 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 #CFAE5E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 94 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 42.48º | 0.54% | 0.59% | - |
| HSV(B) | 42.48º | 0.55% | 0.81% | - |
| XYZ | 42.89 | 44.35 | 16.89 | - |
| YUV | 174.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 94 | 0 | 0.16 | 0.55 | 0.19 | 42.48 | 0.54 | 0.59 |
| Hex | CF | AE | 5E | 0 | 10 | 37 | 13 | 2A | 36 | 3B |
| Octal | 317 | 256 | 136 | 0 | 20 | 67 | 23 | 52 | 66 | 73 |
| Binary | 11001111 | 10101110 | 1011110 | 0 | 10000 | 110111 | 10011 | 101010 | 110110 | 111011 |
Color Harmonies of #CFAE5E
Complementary color
Monochromatic Colors of #CFAE5E
Black with #CFAE5E
Text Example
Text Example
White with #CFAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE5E; }
p { color: rgb(207,174,94); }
H1.HeaderClassName
{
color: #CFAE5E;
}
.AnyTagClassName
{
color: #CFAE5E;
}
</style>
background-color css
<style>
a { background-color: #CFAE5E; }
a { background-color: rgb(207,174,94); }
div.DivClassName
{
background-color: #CFAE5E;
}
.BgClassName
{
background-color: #CFAE5E;
}
</style>
border-color css
<style>
span { border-color: #CFAE5E; }
span { border-color: rgb(207,174,94); }
td.TdClassName
{
border-color: #CFAE5E;
}
.TagClassName
{
border-color: #CFAE5E;
}
</style>