Shades of Apache #CFA14E
Tints of Apache #CFA14E
RGB
CMYK
RGB Variations
Color information
#CFA14E (or 0xCFA14E) is known color: Apache. HEX triplet: CF, A1 and 4E. RGB value is (207,161,78). Sum of RGB (Red+Green+Blue) = 207+161+78=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA14E is #305EB1. Grayscale: #A5A5A5. Windows color (decimal): -3169970 or 5153231. OLE color: 5153231.
HSL color Cylindrical-coordinate representation of color #CFA14E: hue angle of 38.6º 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 #CFA14E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 78 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.6º | 0.57% | 0.56% | - |
| HSV(B) | 38.6º | 0.62% | 0.81% | - |
| XYZ | 39.85 | 39.31 | 12.69 | - |
| YUV | 165.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 78 | 0 | 0.22 | 0.62 | 0.19 | 38.6 | 0.57 | 0.56 |
| Hex | CF | A1 | 4E | 0 | 16 | 3E | 13 | 27 | 39 | 38 |
| Octal | 317 | 241 | 116 | 0 | 26 | 76 | 23 | 47 | 71 | 70 |
| Binary | 11001111 | 10100001 | 1001110 | 0 | 10110 | 111110 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CFA14E
Complementary color
Monochromatic Colors of #CFA14E
Black with #CFA14E
Text Example
Text Example
White with #CFA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA14E; }
p { color: rgb(207,161,78); }
H1.HeaderClassName
{
color: #CFA14E;
}
.AnyTagClassName
{
color: #CFA14E;
}
</style>
background-color css
<style>
a { background-color: #CFA14E; }
a { background-color: rgb(207,161,78); }
div.DivClassName
{
background-color: #CFA14E;
}
.BgClassName
{
background-color: #CFA14E;
}
</style>
border-color css
<style>
span { border-color: #CFA14E; }
span { border-color: rgb(207,161,78); }
td.TdClassName
{
border-color: #CFA14E;
}
.TagClassName
{
border-color: #CFA14E;
}
</style>