Shades of Apache #CFA359
Tints of Apache #CFA359
RGB
CMYK
RGB Variations
Color information
#CFA359 (or 0xCFA359) is known color: Apache. HEX triplet: CF, A3 and 59. RGB value is (207,163,89). Sum of RGB (Red+Green+Blue) = 207+163+89=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA359 is #305CA6. Grayscale: #A8A8A8. Windows color (decimal): -3169447 or 5874639. OLE color: 5874639.
HSL color Cylindrical-coordinate representation of color #CFA359: hue angle of 37.63º 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 #CFA359 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 89 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.63º | 0.55% | 0.58% | - |
| HSV(B) | 37.63º | 0.57% | 0.81% | - |
| XYZ | 40.63 | 40.18 | 15.07 | - |
| YUV | 167.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 89 | 0 | 0.21 | 0.57 | 0.19 | 37.63 | 0.55 | 0.58 |
| Hex | CF | A3 | 59 | 0 | 15 | 39 | 13 | 26 | 37 | 3A |
| Octal | 317 | 243 | 131 | 0 | 25 | 71 | 23 | 46 | 67 | 72 |
| Binary | 11001111 | 10100011 | 1011001 | 0 | 10101 | 111001 | 10011 | 100110 | 110111 | 111010 |
Color Harmonies of #CFA359
Complementary color
Monochromatic Colors of #CFA359
Black with #CFA359
Text Example
Text Example
White with #CFA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA359; }
p { color: rgb(207,163,89); }
H1.HeaderClassName
{
color: #CFA359;
}
.AnyTagClassName
{
color: #CFA359;
}
</style>
background-color css
<style>
a { background-color: #CFA359; }
a { background-color: rgb(207,163,89); }
div.DivClassName
{
background-color: #CFA359;
}
.BgClassName
{
background-color: #CFA359;
}
</style>
border-color css
<style>
span { border-color: #CFA359; }
span { border-color: rgb(207,163,89); }
td.TdClassName
{
border-color: #CFA359;
}
.TagClassName
{
border-color: #CFA359;
}
</style>