Shades of Apache #CFA256
Tints of Apache #CFA256
RGB
CMYK
RGB Variations
Color information
#CFA256 (or 0xCFA256) is known color: Apache. HEX triplet: CF, A2 and 56. RGB value is (207,162,86). Sum of RGB (Red+Green+Blue) = 207+162+86=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA256 is #305DA9. Grayscale: #A7A7A7. Windows color (decimal): -3169706 or 5677775. OLE color: 5677775.
HSL color Cylindrical-coordinate representation of color #CFA256: hue angle of 37.69º 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 #CFA256 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 86 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.19 |
| HSL | 37.69º | 0.56% | 0.57% | - |
| HSV(B) | 37.69º | 0.58% | 0.81% | - |
| XYZ | 40.33 | 39.78 | 14.36 | - |
| YUV | 166.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 86 | 0 | 0.22 | 0.58 | 0.19 | 37.69 | 0.56 | 0.57 |
| Hex | CF | A2 | 56 | 0 | 16 | 3A | 13 | 26 | 38 | 39 |
| Octal | 317 | 242 | 126 | 0 | 26 | 72 | 23 | 46 | 70 | 71 |
| Binary | 11001111 | 10100010 | 1010110 | 0 | 10110 | 111010 | 10011 | 100110 | 111000 | 111001 |
Color Harmonies of #CFA256
Complementary color
Monochromatic Colors of #CFA256
Black with #CFA256
Text Example
Text Example
White with #CFA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA256; }
p { color: rgb(207,162,86); }
H1.HeaderClassName
{
color: #CFA256;
}
.AnyTagClassName
{
color: #CFA256;
}
</style>
background-color css
<style>
a { background-color: #CFA256; }
a { background-color: rgb(207,162,86); }
div.DivClassName
{
background-color: #CFA256;
}
.BgClassName
{
background-color: #CFA256;
}
</style>
border-color css
<style>
span { border-color: #CFA256; }
span { border-color: rgb(207,162,86); }
td.TdClassName
{
border-color: #CFA256;
}
.TagClassName
{
border-color: #CFA256;
}
</style>