Shades of Apache #CFA04E
Tints of Apache #CFA04E
RGB
CMYK
RGB Variations
Color information
#CFA04E (or 0xCFA04E) is known color: Apache. HEX triplet: CF, A0 and 4E. RGB value is (207,160,78). Sum of RGB (Red+Green+Blue) = 207+160+78=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA04E is #305FB1. Grayscale: #A5A5A5. Windows color (decimal): -3170226 or 5152975. OLE color: 5152975.
HSL color Cylindrical-coordinate representation of color #CFA04E: hue angle of 38.14º 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 #CFA04E is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 78 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.19 |
| HSL | 38.14º | 0.57% | 0.56% | - |
| HSV(B) | 38.14º | 0.62% | 0.81% | - |
| XYZ | 39.68 | 38.96 | 12.64 | - |
| YUV | 164.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 78 | 0 | 0.23 | 0.62 | 0.19 | 38.14 | 0.57 | 0.56 |
| Hex | CF | A0 | 4E | 0 | 17 | 3E | 13 | 26 | 39 | 38 |
| Octal | 317 | 240 | 116 | 0 | 27 | 76 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100000 | 1001110 | 0 | 10111 | 111110 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA04E
Complementary color
Monochromatic Colors of #CFA04E
Black with #CFA04E
Text Example
Text Example
White with #CFA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA04E; }
p { color: rgb(207,160,78); }
H1.HeaderClassName
{
color: #CFA04E;
}
.AnyTagClassName
{
color: #CFA04E;
}
</style>
background-color css
<style>
a { background-color: #CFA04E; }
a { background-color: rgb(207,160,78); }
div.DivClassName
{
background-color: #CFA04E;
}
.BgClassName
{
background-color: #CFA04E;
}
</style>
border-color css
<style>
span { border-color: #CFA04E; }
span { border-color: rgb(207,160,78); }
td.TdClassName
{
border-color: #CFA04E;
}
.TagClassName
{
border-color: #CFA04E;
}
</style>