Shades of Apache #CFA65A
Tints of Apache #CFA65A
RGB
CMYK
RGB Variations
Color information
#CFA65A (or 0xCFA65A) is known color: Apache. HEX triplet: CF, A6 and 5A. RGB value is (207,166,90). Sum of RGB (Red+Green+Blue) = 207+166+90=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA65A is #3059A5. Grayscale: #A9A9A9. Windows color (decimal): -3168678 or 5940943. OLE color: 5940943.
HSL color Cylindrical-coordinate representation of color #CFA65A: hue angle of 38.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA65A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 90 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.19 |
| HSL | 38.97º | 0.55% | 0.58% | - |
| HSV(B) | 38.97º | 0.57% | 0.81% | - |
| XYZ | 41.21 | 41.28 | 15.47 | - |
| YUV | 169.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 90 | 0 | 0.20 | 0.57 | 0.19 | 38.97 | 0.55 | 0.58 |
| Hex | CF | A6 | 5A | 0 | 14 | 39 | 13 | 27 | 37 | 3A |
| Octal | 317 | 246 | 132 | 0 | 24 | 71 | 23 | 47 | 67 | 72 |
| Binary | 11001111 | 10100110 | 1011010 | 0 | 10100 | 111001 | 10011 | 100111 | 110111 | 111010 |
Color Harmonies of #CFA65A
Complementary color
Monochromatic Colors of #CFA65A
Black with #CFA65A
Text Example
Text Example
White with #CFA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA65A; }
p { color: rgb(207,166,90); }
H1.HeaderClassName
{
color: #CFA65A;
}
.AnyTagClassName
{
color: #CFA65A;
}
</style>
background-color css
<style>
a { background-color: #CFA65A; }
a { background-color: rgb(207,166,90); }
div.DivClassName
{
background-color: #CFA65A;
}
.BgClassName
{
background-color: #CFA65A;
}
</style>
border-color css
<style>
span { border-color: #CFA65A; }
span { border-color: rgb(207,166,90); }
td.TdClassName
{
border-color: #CFA65A;
}
.TagClassName
{
border-color: #CFA65A;
}
</style>