Shades of Apache #CFA456
Tints of Apache #CFA456
RGB
CMYK
RGB Variations
Color information
#CFA456 (or 0xCFA456) is known color: Apache. HEX triplet: CF, A4 and 56. RGB value is (207,164,86). Sum of RGB (Red+Green+Blue) = 207+164+86=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA456 is #305BA9. Grayscale: #A8A8A8. Windows color (decimal): -3169194 or 5678287. OLE color: 5678287.
HSL color Cylindrical-coordinate representation of color #CFA456: hue angle of 38.68º 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 #CFA456 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 86 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.19 |
| HSL | 38.68º | 0.56% | 0.57% | - |
| HSV(B) | 38.68º | 0.58% | 0.81% | - |
| XYZ | 40.69 | 40.49 | 14.47 | - |
| YUV | 167.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 86 | 0 | 0.21 | 0.58 | 0.19 | 38.68 | 0.56 | 0.57 |
| Hex | CF | A4 | 56 | 0 | 15 | 3A | 13 | 27 | 38 | 39 |
| Octal | 317 | 244 | 126 | 0 | 25 | 72 | 23 | 47 | 70 | 71 |
| Binary | 11001111 | 10100100 | 1010110 | 0 | 10101 | 111010 | 10011 | 100111 | 111000 | 111001 |
Color Harmonies of #CFA456
Complementary color
Monochromatic Colors of #CFA456
Black with #CFA456
Text Example
Text Example
White with #CFA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA456; }
p { color: rgb(207,164,86); }
H1.HeaderClassName
{
color: #CFA456;
}
.AnyTagClassName
{
color: #CFA456;
}
</style>
background-color css
<style>
a { background-color: #CFA456; }
a { background-color: rgb(207,164,86); }
div.DivClassName
{
background-color: #CFA456;
}
.BgClassName
{
background-color: #CFA456;
}
</style>
border-color css
<style>
span { border-color: #CFA456; }
span { border-color: rgb(207,164,86); }
td.TdClassName
{
border-color: #CFA456;
}
.TagClassName
{
border-color: #CFA456;
}
</style>