Shades of Apache #CFA960
Tints of Apache #CFA960
RGB
CMYK
RGB Variations
Color information
#CFA960 (or 0xCFA960) is known color: Apache. HEX triplet: CF, A9 and 60. RGB value is (207,169,96). Sum of RGB (Red+Green+Blue) = 207+169+96=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA960 is #30569F. Grayscale: #ACACAC. Windows color (decimal): -3167904 or 6334927. OLE color: 6334927.
HSL color Cylindrical-coordinate representation of color #CFA960: hue angle of 39.46º 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 #CFA960 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 96 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.19 |
| HSL | 39.46º | 0.54% | 0.59% | - |
| HSV(B) | 39.46º | 0.54% | 0.81% | - |
| XYZ | 42.03 | 42.49 | 17.05 | - |
| YUV | 172.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 96 | 0 | 0.18 | 0.54 | 0.19 | 39.46 | 0.54 | 0.59 |
| Hex | CF | A9 | 60 | 0 | 12 | 36 | 13 | 27 | 36 | 3B |
| Octal | 317 | 251 | 140 | 0 | 22 | 66 | 23 | 47 | 66 | 73 |
| Binary | 11001111 | 10101001 | 1100000 | 0 | 10010 | 110110 | 10011 | 100111 | 110110 | 111011 |
Color Harmonies of #CFA960
Complementary color
Monochromatic Colors of #CFA960
Black with #CFA960
Text Example
Text Example
White with #CFA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA960; }
p { color: rgb(207,169,96); }
H1.HeaderClassName
{
color: #CFA960;
}
.AnyTagClassName
{
color: #CFA960;
}
</style>
background-color css
<style>
a { background-color: #CFA960; }
a { background-color: rgb(207,169,96); }
div.DivClassName
{
background-color: #CFA960;
}
.BgClassName
{
background-color: #CFA960;
}
</style>
border-color css
<style>
span { border-color: #CFA960; }
span { border-color: rgb(207,169,96); }
td.TdClassName
{
border-color: #CFA960;
}
.TagClassName
{
border-color: #CFA960;
}
</style>