Shades of Apache #CFA04F
Tints of Apache #CFA04F
RGB
CMYK
RGB Variations
Color information
#CFA04F (or 0xCFA04F) is known color: Apache. HEX triplet: CF, A0 and 4F. RGB value is (207,160,79). Sum of RGB (Red+Green+Blue) = 207+160+79=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA04F is #305FB0. Grayscale: #A5A5A5. Windows color (decimal): -3170225 or 5218511. OLE color: 5218511.
HSL color Cylindrical-coordinate representation of color #CFA04F: hue angle of 37.97º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFA04F is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 79 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.19 |
| HSL | 37.97º | 0.57% | 0.56% | - |
| HSV(B) | 37.97º | 0.62% | 0.81% | - |
| XYZ | 39.71 | 38.97 | 12.83 | - |
| YUV | 164.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 79 | 0 | 0.23 | 0.62 | 0.19 | 37.97 | 0.57 | 0.56 |
| Hex | CF | A0 | 4F | 0 | 17 | 3E | 13 | 26 | 39 | 38 |
| Octal | 317 | 240 | 117 | 0 | 27 | 76 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100000 | 1001111 | 0 | 10111 | 111110 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA04F
Complementary color
Monochromatic Colors of #CFA04F
Black with #CFA04F
Text Example
Text Example
White with #CFA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA04F; }
p { color: rgb(207,160,79); }
H1.HeaderClassName
{
color: #CFA04F;
}
.AnyTagClassName
{
color: #CFA04F;
}
</style>
background-color css
<style>
a { background-color: #CFA04F; }
a { background-color: rgb(207,160,79); }
div.DivClassName
{
background-color: #CFA04F;
}
.BgClassName
{
background-color: #CFA04F;
}
</style>
border-color css
<style>
span { border-color: #CFA04F; }
span { border-color: rgb(207,160,79); }
td.TdClassName
{
border-color: #CFA04F;
}
.TagClassName
{
border-color: #CFA04F;
}
</style>