Shades of Apache #CFA04C
Tints of Apache #CFA04C
RGB
CMYK
RGB Variations
Color information
#CFA04C (or 0xCFA04C) is known color: Apache. HEX triplet: CF, A0 and 4C. RGB value is (207,160,76). Sum of RGB (Red+Green+Blue) = 207+160+76=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA04C is #305FB3. Grayscale: #A4A4A4. Windows color (decimal): -3170228 or 5021903. OLE color: 5021903.
HSL color Cylindrical-coordinate representation of color #CFA04C: hue angle of 38.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFA04C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 76 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.19 |
| HSL | 38.47º | 0.58% | 0.55% | - |
| HSV(B) | 38.47º | 0.63% | 0.81% | - |
| XYZ | 39.61 | 38.93 | 12.26 | - |
| YUV | 164.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 76 | 0 | 0.23 | 0.63 | 0.19 | 38.47 | 0.58 | 0.55 |
| Hex | CF | A0 | 4C | 0 | 17 | 3F | 13 | 26 | 3A | 37 |
| Octal | 317 | 240 | 114 | 0 | 27 | 77 | 23 | 46 | 72 | 67 |
| Binary | 11001111 | 10100000 | 1001100 | 0 | 10111 | 111111 | 10011 | 100110 | 111010 | 110111 |
Color Harmonies of #CFA04C
Complementary color
Monochromatic Colors of #CFA04C
Black with #CFA04C
Text Example
Text Example
White with #CFA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA04C; }
p { color: rgb(207,160,76); }
H1.HeaderClassName
{
color: #CFA04C;
}
.AnyTagClassName
{
color: #CFA04C;
}
</style>
background-color css
<style>
a { background-color: #CFA04C; }
a { background-color: rgb(207,160,76); }
div.DivClassName
{
background-color: #CFA04C;
}
.BgClassName
{
background-color: #CFA04C;
}
</style>
border-color css
<style>
span { border-color: #CFA04C; }
span { border-color: rgb(207,160,76); }
td.TdClassName
{
border-color: #CFA04C;
}
.TagClassName
{
border-color: #CFA04C;
}
</style>