Shades of Apache #CFAC64
Tints of Apache #CFAC64
RGB
CMYK
RGB Variations
Color information
#CFAC64 (or 0xCFAC64) is known color: Apache. HEX triplet: CF, AC and 64. RGB value is (207,172,100). Sum of RGB (Red+Green+Blue) = 207+172+100=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC64 is #30539B. Grayscale: #AEAEAE. Windows color (decimal): -3167132 or 6597839. OLE color: 6597839.
HSL color Cylindrical-coordinate representation of color #CFAC64: hue angle of 40.37º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFAC64 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 100 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.19 |
| HSL | 40.37º | 0.53% | 0.6% | - |
| HSV(B) | 40.37º | 0.52% | 0.81% | - |
| XYZ | 42.78 | 43.69 | 18.23 | - |
| YUV | 174.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 100 | 0 | 0.17 | 0.52 | 0.19 | 40.37 | 0.53 | 0.6 |
| Hex | CF | AC | 64 | 0 | 11 | 34 | 13 | 28 | 35 | 3C |
| Octal | 317 | 254 | 144 | 0 | 21 | 64 | 23 | 50 | 65 | 74 |
| Binary | 11001111 | 10101100 | 1100100 | 0 | 10001 | 110100 | 10011 | 101000 | 110101 | 111100 |
Color Harmonies of #CFAC64
Complementary color
Monochromatic Colors of #CFAC64
Black with #CFAC64
Text Example
Text Example
White with #CFAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC64; }
p { color: rgb(207,172,100); }
H1.HeaderClassName
{
color: #CFAC64;
}
.AnyTagClassName
{
color: #CFAC64;
}
</style>
background-color css
<style>
a { background-color: #CFAC64; }
a { background-color: rgb(207,172,100); }
div.DivClassName
{
background-color: #CFAC64;
}
.BgClassName
{
background-color: #CFAC64;
}
</style>
border-color css
<style>
span { border-color: #CFAC64; }
span { border-color: rgb(207,172,100); }
td.TdClassName
{
border-color: #CFAC64;
}
.TagClassName
{
border-color: #CFAC64;
}
</style>