Shades of Apache #CFAA60
Tints of Apache #CFAA60
RGB
CMYK
RGB Variations
Color information
#CFAA60 (or 0xCFAA60) is known color: Apache. HEX triplet: CF, AA and 60. RGB value is (207,170,96). Sum of RGB (Red+Green+Blue) = 207+170+96=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA60 is #30559F. Grayscale: #ACACAC. Windows color (decimal): -3167648 or 6335183. OLE color: 6335183.
HSL color Cylindrical-coordinate representation of color #CFAA60: hue angle of 40º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFAA60 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 96 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.19 |
| HSL | 40º | 0.54% | 0.59% | - |
| HSV(B) | 40º | 0.54% | 0.81% | - |
| XYZ | 42.22 | 42.86 | 17.11 | - |
| YUV | 172.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 96 | 0 | 0.18 | 0.54 | 0.19 | 40 | 0.54 | 0.59 |
| Hex | CF | AA | 60 | 0 | 12 | 36 | 13 | 28 | 36 | 3B |
| Octal | 317 | 252 | 140 | 0 | 22 | 66 | 23 | 50 | 66 | 73 |
| Binary | 11001111 | 10101010 | 1100000 | 0 | 10010 | 110110 | 10011 | 101000 | 110110 | 111011 |
Color Harmonies of #CFAA60
Complementary color
Monochromatic Colors of #CFAA60
Black with #CFAA60
Text Example
Text Example
White with #CFAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA60; }
p { color: rgb(207,170,96); }
H1.HeaderClassName
{
color: #CFAA60;
}
.AnyTagClassName
{
color: #CFAA60;
}
</style>
background-color css
<style>
a { background-color: #CFAA60; }
a { background-color: rgb(207,170,96); }
div.DivClassName
{
background-color: #CFAA60;
}
.BgClassName
{
background-color: #CFAA60;
}
</style>
border-color css
<style>
span { border-color: #CFAA60; }
span { border-color: rgb(207,170,96); }
td.TdClassName
{
border-color: #CFAA60;
}
.TagClassName
{
border-color: #CFAA60;
}
</style>