Shades of Apache #CFA462
Tints of Apache #CFA462
RGB
CMYK
RGB Variations
Color information
#CFA462 (or 0xCFA462) is known color: Apache. HEX triplet: CF, A4 and 62. RGB value is (207,164,98). Sum of RGB (Red+Green+Blue) = 207+164+98=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA462 is #305B9D. Grayscale: #A9A9A9. Windows color (decimal): -3169182 or 6464719. OLE color: 6464719.
HSL color Cylindrical-coordinate representation of color #CFA462: hue angle of 36.33º 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 #CFA462 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 98 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.19 |
| HSL | 36.33º | 0.53% | 0.6% | - |
| HSV(B) | 36.33º | 0.53% | 0.81% | - |
| XYZ | 41.21 | 40.7 | 17.24 | - |
| YUV | 169.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 98 | 0 | 0.21 | 0.53 | 0.19 | 36.33 | 0.53 | 0.6 |
| Hex | CF | A4 | 62 | 0 | 15 | 35 | 13 | 24 | 35 | 3C |
| Octal | 317 | 244 | 142 | 0 | 25 | 65 | 23 | 44 | 65 | 74 |
| Binary | 11001111 | 10100100 | 1100010 | 0 | 10101 | 110101 | 10011 | 100100 | 110101 | 111100 |
Color Harmonies of #CFA462
Complementary color
Monochromatic Colors of #CFA462
Black with #CFA462
Text Example
Text Example
White with #CFA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA462; }
p { color: rgb(207,164,98); }
H1.HeaderClassName
{
color: #CFA462;
}
.AnyTagClassName
{
color: #CFA462;
}
</style>
background-color css
<style>
a { background-color: #CFA462; }
a { background-color: rgb(207,164,98); }
div.DivClassName
{
background-color: #CFA462;
}
.BgClassName
{
background-color: #CFA462;
}
</style>
border-color css
<style>
span { border-color: #CFA462; }
span { border-color: rgb(207,164,98); }
td.TdClassName
{
border-color: #CFA462;
}
.TagClassName
{
border-color: #CFA462;
}
</style>