Shades of Apache #CFA859
Tints of Apache #CFA859
RGB
CMYK
RGB Variations
Color information
#CFA859 (or 0xCFA859) is known color: Apache. HEX triplet: CF, A8 and 59. RGB value is (207,168,89). Sum of RGB (Red+Green+Blue) = 207+168+89=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA859 is #3057A6. Grayscale: #ABABAB. Windows color (decimal): -3168167 or 5875919. OLE color: 5875919.
HSL color Cylindrical-coordinate representation of color #CFA859: hue angle of 40.17º 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 #CFA859 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 89 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.19 |
| HSL | 40.17º | 0.55% | 0.58% | - |
| HSV(B) | 40.17º | 0.57% | 0.81% | - |
| XYZ | 41.54 | 41.99 | 15.37 | - |
| YUV | 170.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 89 | 0 | 0.19 | 0.57 | 0.19 | 40.17 | 0.55 | 0.58 |
| Hex | CF | A8 | 59 | 0 | 13 | 39 | 13 | 28 | 37 | 3A |
| Octal | 317 | 250 | 131 | 0 | 23 | 71 | 23 | 50 | 67 | 72 |
| Binary | 11001111 | 10101000 | 1011001 | 0 | 10011 | 111001 | 10011 | 101000 | 110111 | 111010 |
Color Harmonies of #CFA859
Complementary color
Monochromatic Colors of #CFA859
Black with #CFA859
Text Example
Text Example
White with #CFA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA859; }
p { color: rgb(207,168,89); }
H1.HeaderClassName
{
color: #CFA859;
}
.AnyTagClassName
{
color: #CFA859;
}
</style>
background-color css
<style>
a { background-color: #CFA859; }
a { background-color: rgb(207,168,89); }
div.DivClassName
{
background-color: #CFA859;
}
.BgClassName
{
background-color: #CFA859;
}
</style>
border-color css
<style>
span { border-color: #CFA859; }
span { border-color: rgb(207,168,89); }
td.TdClassName
{
border-color: #CFA859;
}
.TagClassName
{
border-color: #CFA859;
}
</style>