Shades of Apache #CFAC58
Tints of Apache #CFAC58
RGB
CMYK
RGB Variations
Color information
#CFAC58 (or 0xCFAC58) is known color: Apache. HEX triplet: CF, AC and 58. RGB value is (207,172,88). Sum of RGB (Red+Green+Blue) = 207+172+88=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC58 is #3053A7. Grayscale: #ADADAD. Windows color (decimal): -3167144 or 5811407. OLE color: 5811407.
HSL color Cylindrical-coordinate representation of color #CFAC58: hue angle of 42.35º 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 #CFAC58 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 88 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.19 |
| HSL | 42.35º | 0.55% | 0.58% | - |
| HSV(B) | 42.35º | 0.57% | 0.81% | - |
| XYZ | 42.25 | 43.48 | 15.4 | - |
| YUV | 172.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 88 | 0 | 0.17 | 0.57 | 0.19 | 42.35 | 0.55 | 0.58 |
| Hex | CF | AC | 58 | 0 | 11 | 39 | 13 | 2A | 37 | 3A |
| Octal | 317 | 254 | 130 | 0 | 21 | 71 | 23 | 52 | 67 | 72 |
| Binary | 11001111 | 10101100 | 1011000 | 0 | 10001 | 111001 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CFAC58
Complementary color
Monochromatic Colors of #CFAC58
Black with #CFAC58
Text Example
Text Example
White with #CFAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC58; }
p { color: rgb(207,172,88); }
H1.HeaderClassName
{
color: #CFAC58;
}
.AnyTagClassName
{
color: #CFAC58;
}
</style>
background-color css
<style>
a { background-color: #CFAC58; }
a { background-color: rgb(207,172,88); }
div.DivClassName
{
background-color: #CFAC58;
}
.BgClassName
{
background-color: #CFAC58;
}
</style>
border-color css
<style>
span { border-color: #CFAC58; }
span { border-color: rgb(207,172,88); }
td.TdClassName
{
border-color: #CFAC58;
}
.TagClassName
{
border-color: #CFAC58;
}
</style>