Shades of Apache #CFA559
Tints of Apache #CFA559
RGB
CMYK
RGB Variations
Color information
#CFA559 (or 0xCFA559) is known color: Apache. HEX triplet: CF, A5 and 59. RGB value is (207,165,89). Sum of RGB (Red+Green+Blue) = 207+165+89=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA559 is #305AA6. Grayscale: #A9A9A9. Windows color (decimal): -3168935 or 5875151. OLE color: 5875151.
HSL color Cylindrical-coordinate representation of color #CFA559: hue angle of 38.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA559 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 89 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.19 |
| HSL | 38.64º | 0.55% | 0.58% | - |
| HSV(B) | 38.64º | 0.57% | 0.81% | - |
| XYZ | 40.99 | 40.9 | 15.18 | - |
| YUV | 168.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 89 | 0 | 0.20 | 0.57 | 0.19 | 38.64 | 0.55 | 0.58 |
| Hex | CF | A5 | 59 | 0 | 14 | 39 | 13 | 27 | 37 | 3A |
| Octal | 317 | 245 | 131 | 0 | 24 | 71 | 23 | 47 | 67 | 72 |
| Binary | 11001111 | 10100101 | 1011001 | 0 | 10100 | 111001 | 10011 | 100111 | 110111 | 111010 |
Color Harmonies of #CFA559
Complementary color
Monochromatic Colors of #CFA559
Black with #CFA559
Text Example
Text Example
White with #CFA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA559; }
p { color: rgb(207,165,89); }
H1.HeaderClassName
{
color: #CFA559;
}
.AnyTagClassName
{
color: #CFA559;
}
</style>
background-color css
<style>
a { background-color: #CFA559; }
a { background-color: rgb(207,165,89); }
div.DivClassName
{
background-color: #CFA559;
}
.BgClassName
{
background-color: #CFA559;
}
</style>
border-color css
<style>
span { border-color: #CFA559; }
span { border-color: rgb(207,165,89); }
td.TdClassName
{
border-color: #CFA559;
}
.TagClassName
{
border-color: #CFA559;
}
</style>