Shades of Apache #CFAC57
Tints of Apache #CFAC57
RGB
CMYK
RGB Variations
Color information
#CFAC57 (or 0xCFAC57) is known color: Apache. HEX triplet: CF, AC and 57. RGB value is (207,172,87). Sum of RGB (Red+Green+Blue) = 207+172+87=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC57 is #3053A8. Grayscale: #ADADAD. Windows color (decimal): -3167145 or 5745871. OLE color: 5745871.
HSL color Cylindrical-coordinate representation of color #CFAC57: hue angle of 42.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFAC57 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 87 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.19 |
| HSL | 42.5º | 0.56% | 0.58% | - |
| HSV(B) | 42.5º | 0.58% | 0.81% | - |
| XYZ | 42.2 | 43.46 | 15.18 | - |
| YUV | 172.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 87 | 0 | 0.17 | 0.58 | 0.19 | 42.5 | 0.56 | 0.58 |
| Hex | CF | AC | 57 | 0 | 11 | 3A | 13 | 2A | 38 | 3A |
| Octal | 317 | 254 | 127 | 0 | 21 | 72 | 23 | 52 | 70 | 72 |
| Binary | 11001111 | 10101100 | 1010111 | 0 | 10001 | 111010 | 10011 | 101010 | 111000 | 111010 |
Color Harmonies of #CFAC57
Complementary color
Monochromatic Colors of #CFAC57
Black with #CFAC57
Text Example
Text Example
White with #CFAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC57; }
p { color: rgb(207,172,87); }
H1.HeaderClassName
{
color: #CFAC57;
}
.AnyTagClassName
{
color: #CFAC57;
}
</style>
background-color css
<style>
a { background-color: #CFAC57; }
a { background-color: rgb(207,172,87); }
div.DivClassName
{
background-color: #CFAC57;
}
.BgClassName
{
background-color: #CFAC57;
}
</style>
border-color css
<style>
span { border-color: #CFAC57; }
span { border-color: rgb(207,172,87); }
td.TdClassName
{
border-color: #CFAC57;
}
.TagClassName
{
border-color: #CFAC57;
}
</style>