Shades of Apache #CFA156
Tints of Apache #CFA156
RGB
CMYK
RGB Variations
Color information
#CFA156 (or 0xCFA156) is known color: Apache. HEX triplet: CF, A1 and 56. RGB value is (207,161,86). Sum of RGB (Red+Green+Blue) = 207+161+86=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA156 is #305EA9. Grayscale: #A6A6A6. Windows color (decimal): -3169962 or 5677519. OLE color: 5677519.
HSL color Cylindrical-coordinate representation of color #CFA156: hue angle of 37.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFA156 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 86 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.19 |
| HSL | 37.19º | 0.56% | 0.57% | - |
| HSV(B) | 37.19º | 0.58% | 0.81% | - |
| XYZ | 40.16 | 39.43 | 14.3 | - |
| YUV | 166.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 86 | 0 | 0.22 | 0.58 | 0.19 | 37.19 | 0.56 | 0.57 |
| Hex | CF | A1 | 56 | 0 | 16 | 3A | 13 | 25 | 38 | 39 |
| Octal | 317 | 241 | 126 | 0 | 26 | 72 | 23 | 45 | 70 | 71 |
| Binary | 11001111 | 10100001 | 1010110 | 0 | 10110 | 111010 | 10011 | 100101 | 111000 | 111001 |
Color Harmonies of #CFA156
Complementary color
Monochromatic Colors of #CFA156
Black with #CFA156
Text Example
Text Example
White with #CFA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA156; }
p { color: rgb(207,161,86); }
H1.HeaderClassName
{
color: #CFA156;
}
.AnyTagClassName
{
color: #CFA156;
}
</style>
background-color css
<style>
a { background-color: #CFA156; }
a { background-color: rgb(207,161,86); }
div.DivClassName
{
background-color: #CFA156;
}
.BgClassName
{
background-color: #CFA156;
}
</style>
border-color css
<style>
span { border-color: #CFA156; }
span { border-color: rgb(207,161,86); }
td.TdClassName
{
border-color: #CFA156;
}
.TagClassName
{
border-color: #CFA156;
}
</style>