Shades of Apache #CFAC56
Tints of Apache #CFAC56
RGB
CMYK
RGB Variations
Color information
#CFAC56 (or 0xCFAC56) is known color: Apache. HEX triplet: CF, AC and 56. RGB value is (207,172,86). Sum of RGB (Red+Green+Blue) = 207+172+86=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC56 is #3053A9. Grayscale: #ADADAD. Windows color (decimal): -3167146 or 5680335. OLE color: 5680335.
HSL color Cylindrical-coordinate representation of color #CFAC56: hue angle of 42.64º 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 #CFAC56 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 86 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.19 |
| HSL | 42.64º | 0.56% | 0.57% | - |
| HSV(B) | 42.64º | 0.58% | 0.81% | - |
| XYZ | 42.16 | 43.44 | 14.97 | - |
| YUV | 172.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 86 | 0 | 0.17 | 0.58 | 0.19 | 42.64 | 0.56 | 0.57 |
| Hex | CF | AC | 56 | 0 | 11 | 3A | 13 | 2B | 38 | 39 |
| Octal | 317 | 254 | 126 | 0 | 21 | 72 | 23 | 53 | 70 | 71 |
| Binary | 11001111 | 10101100 | 1010110 | 0 | 10001 | 111010 | 10011 | 101011 | 111000 | 111001 |
Color Harmonies of #CFAC56
Complementary color
Monochromatic Colors of #CFAC56
Black with #CFAC56
Text Example
Text Example
White with #CFAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC56; }
p { color: rgb(207,172,86); }
H1.HeaderClassName
{
color: #CFAC56;
}
.AnyTagClassName
{
color: #CFAC56;
}
</style>
background-color css
<style>
a { background-color: #CFAC56; }
a { background-color: rgb(207,172,86); }
div.DivClassName
{
background-color: #CFAC56;
}
.BgClassName
{
background-color: #CFAC56;
}
</style>
border-color css
<style>
span { border-color: #CFAC56; }
span { border-color: rgb(207,172,86); }
td.TdClassName
{
border-color: #CFAC56;
}
.TagClassName
{
border-color: #CFAC56;
}
</style>