Shades of Apache #CFA964
Tints of Apache #CFA964
RGB
CMYK
RGB Variations
Color information
#CFA964 (or 0xCFA964) is known color: Apache. HEX triplet: CF, A9 and 64. RGB value is (207,169,100). Sum of RGB (Red+Green+Blue) = 207+169+100=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA964 is #30569B. Grayscale: #ACACAC. Windows color (decimal): -3167900 or 6597071. OLE color: 6597071.
HSL color Cylindrical-coordinate representation of color #CFA964: hue angle of 38.69º 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 #CFA964 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 100 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 38.69º | 0.53% | 0.6% | - |
| HSV(B) | 38.69º | 0.52% | 0.81% | - |
| XYZ | 42.22 | 42.56 | 18.05 | - |
| YUV | 172.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 100 | 0 | 0.18 | 0.52 | 0.19 | 38.69 | 0.53 | 0.6 |
| Hex | CF | A9 | 64 | 0 | 12 | 34 | 13 | 27 | 35 | 3C |
| Octal | 317 | 251 | 144 | 0 | 22 | 64 | 23 | 47 | 65 | 74 |
| Binary | 11001111 | 10101001 | 1100100 | 0 | 10010 | 110100 | 10011 | 100111 | 110101 | 111100 |
Color Harmonies of #CFA964
Complementary color
Monochromatic Colors of #CFA964
Black with #CFA964
Text Example
Text Example
White with #CFA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA964; }
p { color: rgb(207,169,100); }
H1.HeaderClassName
{
color: #CFA964;
}
.AnyTagClassName
{
color: #CFA964;
}
</style>
background-color css
<style>
a { background-color: #CFA964; }
a { background-color: rgb(207,169,100); }
div.DivClassName
{
background-color: #CFA964;
}
.BgClassName
{
background-color: #CFA964;
}
</style>
border-color css
<style>
span { border-color: #CFA964; }
span { border-color: rgb(207,169,100); }
td.TdClassName
{
border-color: #CFA964;
}
.TagClassName
{
border-color: #CFA964;
}
</style>