Shades of Apache #CFA054
Tints of Apache #CFA054
RGB
CMYK
RGB Variations
Color information
#CFA054 (or 0xCFA054) is known color: Apache. HEX triplet: CF, A0 and 54. RGB value is (207,160,84). Sum of RGB (Red+Green+Blue) = 207+160+84=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA054 is #305FAB. Grayscale: #A5A5A5. Windows color (decimal): -3170220 or 5546191. OLE color: 5546191.
HSL color Cylindrical-coordinate representation of color #CFA054: hue angle of 37.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFA054 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 84 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.19 |
| HSL | 37.07º | 0.56% | 0.57% | - |
| HSV(B) | 37.07º | 0.59% | 0.81% | - |
| XYZ | 39.9 | 39.05 | 13.82 | - |
| YUV | 165.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 84 | 0 | 0.23 | 0.59 | 0.19 | 37.07 | 0.56 | 0.57 |
| Hex | CF | A0 | 54 | 0 | 17 | 3B | 13 | 25 | 38 | 39 |
| Octal | 317 | 240 | 124 | 0 | 27 | 73 | 23 | 45 | 70 | 71 |
| Binary | 11001111 | 10100000 | 1010100 | 0 | 10111 | 111011 | 10011 | 100101 | 111000 | 111001 |
Color Harmonies of #CFA054
Complementary color
Monochromatic Colors of #CFA054
Black with #CFA054
Text Example
Text Example
White with #CFA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA054; }
p { color: rgb(207,160,84); }
H1.HeaderClassName
{
color: #CFA054;
}
.AnyTagClassName
{
color: #CFA054;
}
</style>
background-color css
<style>
a { background-color: #CFA054; }
a { background-color: rgb(207,160,84); }
div.DivClassName
{
background-color: #CFA054;
}
.BgClassName
{
background-color: #CFA054;
}
</style>
border-color css
<style>
span { border-color: #CFA054; }
span { border-color: rgb(207,160,84); }
td.TdClassName
{
border-color: #CFA054;
}
.TagClassName
{
border-color: #CFA054;
}
</style>