Shades of Apache #CFA65B
Tints of Apache #CFA65B
RGB
CMYK
RGB Variations
Color information
#CFA65B (or 0xCFA65B) is known color: Apache. HEX triplet: CF, A6 and 5B. RGB value is (207,166,91). Sum of RGB (Red+Green+Blue) = 207+166+91=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA65B is #3059A4. Grayscale: #AAAAAA. Windows color (decimal): -3168677 or 6006479. OLE color: 6006479.
HSL color Cylindrical-coordinate representation of color #CFA65B: hue angle of 38.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFA65B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 91 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.19 |
| HSL | 38.79º | 0.55% | 0.58% | - |
| HSV(B) | 38.79º | 0.56% | 0.81% | - |
| XYZ | 41.26 | 41.29 | 15.69 | - |
| YUV | 169.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 91 | 0 | 0.20 | 0.56 | 0.19 | 38.79 | 0.55 | 0.58 |
| Hex | CF | A6 | 5B | 0 | 14 | 38 | 13 | 27 | 37 | 3A |
| Octal | 317 | 246 | 133 | 0 | 24 | 70 | 23 | 47 | 67 | 72 |
| Binary | 11001111 | 10100110 | 1011011 | 0 | 10100 | 111000 | 10011 | 100111 | 110111 | 111010 |
Color Harmonies of #CFA65B
Complementary color
Monochromatic Colors of #CFA65B
Black with #CFA65B
Text Example
Text Example
White with #CFA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA65B; }
p { color: rgb(207,166,91); }
H1.HeaderClassName
{
color: #CFA65B;
}
.AnyTagClassName
{
color: #CFA65B;
}
</style>
background-color css
<style>
a { background-color: #CFA65B; }
a { background-color: rgb(207,166,91); }
div.DivClassName
{
background-color: #CFA65B;
}
.BgClassName
{
background-color: #CFA65B;
}
</style>
border-color css
<style>
span { border-color: #CFA65B; }
span { border-color: rgb(207,166,91); }
td.TdClassName
{
border-color: #CFA65B;
}
.TagClassName
{
border-color: #CFA65B;
}
</style>