Shades of Apache #CFA962
Tints of Apache #CFA962
RGB
CMYK
RGB Variations
Color information
#CFA962 (or 0xCFA962) is known color: Apache. HEX triplet: CF, A9 and 62. RGB value is (207,169,98). Sum of RGB (Red+Green+Blue) = 207+169+98=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA962 is #30569D. Grayscale: #ACACAC. Windows color (decimal): -3167902 or 6465999. OLE color: 6465999.
HSL color Cylindrical-coordinate representation of color #CFA962: hue angle of 39.08º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFA962 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 98 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.19 |
| HSL | 39.08º | 0.53% | 0.6% | - |
| HSV(B) | 39.08º | 0.53% | 0.81% | - |
| XYZ | 42.12 | 42.52 | 17.54 | - |
| YUV | 172.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 98 | 0 | 0.18 | 0.53 | 0.19 | 39.08 | 0.53 | 0.6 |
| Hex | CF | A9 | 62 | 0 | 12 | 35 | 13 | 27 | 35 | 3C |
| Octal | 317 | 251 | 142 | 0 | 22 | 65 | 23 | 47 | 65 | 74 |
| Binary | 11001111 | 10101001 | 1100010 | 0 | 10010 | 110101 | 10011 | 100111 | 110101 | 111100 |
Color Harmonies of #CFA962
Complementary color
Monochromatic Colors of #CFA962
Black with #CFA962
Text Example
Text Example
White with #CFA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA962; }
p { color: rgb(207,169,98); }
H1.HeaderClassName
{
color: #CFA962;
}
.AnyTagClassName
{
color: #CFA962;
}
</style>
background-color css
<style>
a { background-color: #CFA962; }
a { background-color: rgb(207,169,98); }
div.DivClassName
{
background-color: #CFA962;
}
.BgClassName
{
background-color: #CFA962;
}
</style>
border-color css
<style>
span { border-color: #CFA962; }
span { border-color: rgb(207,169,98); }
td.TdClassName
{
border-color: #CFA962;
}
.TagClassName
{
border-color: #CFA962;
}
</style>