Shades of Apache #CFA45D
Tints of Apache #CFA45D
RGB
CMYK
RGB Variations
Color information
#CFA45D (or 0xCFA45D) is known color: Apache. HEX triplet: CF, A4 and 5D. RGB value is (207,164,93). Sum of RGB (Red+Green+Blue) = 207+164+93=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45D is #305BA2. Grayscale: #A9A9A9. Windows color (decimal): -3169187 or 6137039. OLE color: 6137039.
HSL color Cylindrical-coordinate representation of color #CFA45D: hue angle of 37.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA45D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 93 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 37.37º | 0.54% | 0.59% | - |
| HSV(B) | 37.37º | 0.55% | 0.81% | - |
| XYZ | 40.98 | 40.61 | 16.03 | - |
| YUV | 168.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 93 | 0 | 0.21 | 0.55 | 0.19 | 37.37 | 0.54 | 0.59 |
| Hex | CF | A4 | 5D | 0 | 15 | 37 | 13 | 25 | 36 | 3B |
| Octal | 317 | 244 | 135 | 0 | 25 | 67 | 23 | 45 | 66 | 73 |
| Binary | 11001111 | 10100100 | 1011101 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111011 |
Color Harmonies of #CFA45D
Complementary color
Monochromatic Colors of #CFA45D
Black with #CFA45D
Text Example
Text Example
White with #CFA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA45D; }
p { color: rgb(207,164,93); }
H1.HeaderClassName
{
color: #CFA45D;
}
.AnyTagClassName
{
color: #CFA45D;
}
</style>
background-color css
<style>
a { background-color: #CFA45D; }
a { background-color: rgb(207,164,93); }
div.DivClassName
{
background-color: #CFA45D;
}
.BgClassName
{
background-color: #CFA45D;
}
</style>
border-color css
<style>
span { border-color: #CFA45D; }
span { border-color: rgb(207,164,93); }
td.TdClassName
{
border-color: #CFA45D;
}
.TagClassName
{
border-color: #CFA45D;
}
</style>