Shades of Apache #CFAC59
Tints of Apache #CFAC59
RGB
CMYK
RGB Variations
Color information
#CFAC59 (or 0xCFAC59) is known color: Apache. HEX triplet: CF, AC and 59. RGB value is (207,172,89). Sum of RGB (Red+Green+Blue) = 207+172+89=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC59 is #3053A6. Grayscale: #ADADAD. Windows color (decimal): -3167143 or 5876943. OLE color: 5876943.
HSL color Cylindrical-coordinate representation of color #CFAC59: hue angle of 42.2º 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 #CFAC59 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 89 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.19 |
| HSL | 42.2º | 0.55% | 0.58% | - |
| HSV(B) | 42.2º | 0.57% | 0.81% | - |
| XYZ | 42.29 | 43.49 | 15.62 | - |
| YUV | 173 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 89 | 0 | 0.17 | 0.57 | 0.19 | 42.2 | 0.55 | 0.58 |
| Hex | CF | AC | 59 | 0 | 11 | 39 | 13 | 2A | 37 | 3A |
| Octal | 317 | 254 | 131 | 0 | 21 | 71 | 23 | 52 | 67 | 72 |
| Binary | 11001111 | 10101100 | 1011001 | 0 | 10001 | 111001 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CFAC59
Complementary color
Monochromatic Colors of #CFAC59
Black with #CFAC59
Text Example
Text Example
White with #CFAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC59; }
p { color: rgb(207,172,89); }
H1.HeaderClassName
{
color: #CFAC59;
}
.AnyTagClassName
{
color: #CFAC59;
}
</style>
background-color css
<style>
a { background-color: #CFAC59; }
a { background-color: rgb(207,172,89); }
div.DivClassName
{
background-color: #CFAC59;
}
.BgClassName
{
background-color: #CFAC59;
}
</style>
border-color css
<style>
span { border-color: #CFAC59; }
span { border-color: rgb(207,172,89); }
td.TdClassName
{
border-color: #CFAC59;
}
.TagClassName
{
border-color: #CFAC59;
}
</style>