Shades of Apache #CFAC5E
Tints of Apache #CFAC5E
RGB
CMYK
RGB Variations
Color information
#CFAC5E (or 0xCFAC5E) is known color: Apache. HEX triplet: CF, AC and 5E. RGB value is (207,172,94). Sum of RGB (Red+Green+Blue) = 207+172+94=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC5E is #3053A1. Grayscale: #ADADAD. Windows color (decimal): -3167138 or 6204623. OLE color: 6204623.
HSL color Cylindrical-coordinate representation of color #CFAC5E: hue angle of 41.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFAC5E is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 94 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.19 |
| HSL | 41.42º | 0.54% | 0.59% | - |
| HSV(B) | 41.42º | 0.55% | 0.81% | - |
| XYZ | 42.51 | 43.58 | 16.76 | - |
| YUV | 173.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 94 | 0 | 0.17 | 0.55 | 0.19 | 41.42 | 0.54 | 0.59 |
| Hex | CF | AC | 5E | 0 | 11 | 37 | 13 | 29 | 36 | 3B |
| Octal | 317 | 254 | 136 | 0 | 21 | 67 | 23 | 51 | 66 | 73 |
| Binary | 11001111 | 10101100 | 1011110 | 0 | 10001 | 110111 | 10011 | 101001 | 110110 | 111011 |
Color Harmonies of #CFAC5E
Complementary color
Monochromatic Colors of #CFAC5E
Black with #CFAC5E
Text Example
Text Example
White with #CFAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC5E; }
p { color: rgb(207,172,94); }
H1.HeaderClassName
{
color: #CFAC5E;
}
.AnyTagClassName
{
color: #CFAC5E;
}
</style>
background-color css
<style>
a { background-color: #CFAC5E; }
a { background-color: rgb(207,172,94); }
div.DivClassName
{
background-color: #CFAC5E;
}
.BgClassName
{
background-color: #CFAC5E;
}
</style>
border-color css
<style>
span { border-color: #CFAC5E; }
span { border-color: rgb(207,172,94); }
td.TdClassName
{
border-color: #CFAC5E;
}
.TagClassName
{
border-color: #CFAC5E;
}
</style>