Shades of Apache #CFA959
Tints of Apache #CFA959
RGB
CMYK
RGB Variations
Color information
#CFA959 (or 0xCFA959) is known color: Apache. HEX triplet: CF, A9 and 59. RGB value is (207,169,89). Sum of RGB (Red+Green+Blue) = 207+169+89=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA959 is #3056A6. Grayscale: #ABABAB. Windows color (decimal): -3167911 or 5876175. OLE color: 5876175.
HSL color Cylindrical-coordinate representation of color #CFA959: hue angle of 40.68º 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 #CFA959 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 89 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.19 |
| HSL | 40.68º | 0.55% | 0.58% | - |
| HSV(B) | 40.68º | 0.57% | 0.81% | - |
| XYZ | 41.72 | 42.36 | 15.43 | - |
| YUV | 171.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 89 | 0 | 0.18 | 0.57 | 0.19 | 40.68 | 0.55 | 0.58 |
| Hex | CF | A9 | 59 | 0 | 12 | 39 | 13 | 29 | 37 | 3A |
| Octal | 317 | 251 | 131 | 0 | 22 | 71 | 23 | 51 | 67 | 72 |
| Binary | 11001111 | 10101001 | 1011001 | 0 | 10010 | 111001 | 10011 | 101001 | 110111 | 111010 |
Color Harmonies of #CFA959
Complementary color
Monochromatic Colors of #CFA959
Black with #CFA959
Text Example
Text Example
White with #CFA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA959; }
p { color: rgb(207,169,89); }
H1.HeaderClassName
{
color: #CFA959;
}
.AnyTagClassName
{
color: #CFA959;
}
</style>
background-color css
<style>
a { background-color: #CFA959; }
a { background-color: rgb(207,169,89); }
div.DivClassName
{
background-color: #CFA959;
}
.BgClassName
{
background-color: #CFA959;
}
</style>
border-color css
<style>
span { border-color: #CFA959; }
span { border-color: rgb(207,169,89); }
td.TdClassName
{
border-color: #CFA959;
}
.TagClassName
{
border-color: #CFA959;
}
</style>