Shades of Apache #CFAE5F
Tints of Apache #CFAE5F
RGB
CMYK
RGB Variations
Color information
#CFAE5F (or 0xCFAE5F) is known color: Apache. HEX triplet: CF, AE and 5F. RGB value is (207,174,95). Sum of RGB (Red+Green+Blue) = 207+174+95=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE5F is #3051A0. Grayscale: #AFAFAF. Windows color (decimal): -3166625 or 6270671. OLE color: 6270671.
HSL color Cylindrical-coordinate representation of color #CFAE5F: hue angle of 42.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFAE5F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 95 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.19 |
| HSL | 42.32º | 0.54% | 0.59% | - |
| HSV(B) | 42.32º | 0.54% | 0.81% | - |
| XYZ | 42.93 | 44.36 | 17.13 | - |
| YUV | 174.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 95 | 0 | 0.16 | 0.54 | 0.19 | 42.32 | 0.54 | 0.59 |
| Hex | CF | AE | 5F | 0 | 10 | 36 | 13 | 2A | 36 | 3B |
| Octal | 317 | 256 | 137 | 0 | 20 | 66 | 23 | 52 | 66 | 73 |
| Binary | 11001111 | 10101110 | 1011111 | 0 | 10000 | 110110 | 10011 | 101010 | 110110 | 111011 |
Color Harmonies of #CFAE5F
Complementary color
Monochromatic Colors of #CFAE5F
Black with #CFAE5F
Text Example
Text Example
White with #CFAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE5F; }
p { color: rgb(207,174,95); }
H1.HeaderClassName
{
color: #CFAE5F;
}
.AnyTagClassName
{
color: #CFAE5F;
}
</style>
background-color css
<style>
a { background-color: #CFAE5F; }
a { background-color: rgb(207,174,95); }
div.DivClassName
{
background-color: #CFAE5F;
}
.BgClassName
{
background-color: #CFAE5F;
}
</style>
border-color css
<style>
span { border-color: #CFAE5F; }
span { border-color: rgb(207,174,95); }
td.TdClassName
{
border-color: #CFAE5F;
}
.TagClassName
{
border-color: #CFAE5F;
}
</style>