Shades of Apache #CFAC54
Tints of Apache #CFAC54
RGB
CMYK
RGB Variations
Color information
#CFAC54 (or 0xCFAC54) is known color: Apache. HEX triplet: CF, AC and 54. RGB value is (207,172,84). Sum of RGB (Red+Green+Blue) = 207+172+84=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC54 is #3053AB. Grayscale: #ACACAC. Windows color (decimal): -3167148 or 5549263. OLE color: 5549263.
HSL color Cylindrical-coordinate representation of color #CFAC54: hue angle of 42.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAC54 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 84 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.19 |
| HSL | 42.93º | 0.56% | 0.57% | - |
| HSV(B) | 42.93º | 0.59% | 0.81% | - |
| XYZ | 42.08 | 43.41 | 14.55 | - |
| YUV | 172.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 84 | 0 | 0.17 | 0.59 | 0.19 | 42.93 | 0.56 | 0.57 |
| Hex | CF | AC | 54 | 0 | 11 | 3B | 13 | 2B | 38 | 39 |
| Octal | 317 | 254 | 124 | 0 | 21 | 73 | 23 | 53 | 70 | 71 |
| Binary | 11001111 | 10101100 | 1010100 | 0 | 10001 | 111011 | 10011 | 101011 | 111000 | 111001 |
Color Harmonies of #CFAC54
Complementary color
Monochromatic Colors of #CFAC54
Black with #CFAC54
Text Example
Text Example
White with #CFAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC54; }
p { color: rgb(207,172,84); }
H1.HeaderClassName
{
color: #CFAC54;
}
.AnyTagClassName
{
color: #CFAC54;
}
</style>
background-color css
<style>
a { background-color: #CFAC54; }
a { background-color: rgb(207,172,84); }
div.DivClassName
{
background-color: #CFAC54;
}
.BgClassName
{
background-color: #CFAC54;
}
</style>
border-color css
<style>
span { border-color: #CFAC54; }
span { border-color: rgb(207,172,84); }
td.TdClassName
{
border-color: #CFAC54;
}
.TagClassName
{
border-color: #CFAC54;
}
</style>