Shades of Apache #CFAE60
Tints of Apache #CFAE60
RGB
CMYK
RGB Variations
Color information
#CFAE60 (or 0xCFAE60) is known color: Apache. HEX triplet: CF, AE and 60. RGB value is (207,174,96). Sum of RGB (Red+Green+Blue) = 207+174+96=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE60 is #30519F. Grayscale: #AFAFAF. Windows color (decimal): -3166624 or 6336207. OLE color: 6336207.
HSL color Cylindrical-coordinate representation of color #CFAE60: hue angle of 42.16º 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 #CFAE60 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 96 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.19 |
| HSL | 42.16º | 0.54% | 0.59% | - |
| HSV(B) | 42.16º | 0.54% | 0.81% | - |
| XYZ | 42.98 | 44.38 | 17.37 | - |
| YUV | 174.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 96 | 0 | 0.16 | 0.54 | 0.19 | 42.16 | 0.54 | 0.59 |
| Hex | CF | AE | 60 | 0 | 10 | 36 | 13 | 2A | 36 | 3B |
| Octal | 317 | 256 | 140 | 0 | 20 | 66 | 23 | 52 | 66 | 73 |
| Binary | 11001111 | 10101110 | 1100000 | 0 | 10000 | 110110 | 10011 | 101010 | 110110 | 111011 |
Color Harmonies of #CFAE60
Complementary color
Monochromatic Colors of #CFAE60
Black with #CFAE60
Text Example
Text Example
White with #CFAE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE60; }
p { color: rgb(207,174,96); }
H1.HeaderClassName
{
color: #CFAE60;
}
.AnyTagClassName
{
color: #CFAE60;
}
</style>
background-color css
<style>
a { background-color: #CFAE60; }
a { background-color: rgb(207,174,96); }
div.DivClassName
{
background-color: #CFAE60;
}
.BgClassName
{
background-color: #CFAE60;
}
</style>
border-color css
<style>
span { border-color: #CFAE60; }
span { border-color: rgb(207,174,96); }
td.TdClassName
{
border-color: #CFAE60;
}
.TagClassName
{
border-color: #CFAE60;
}
</style>