Shades of Apache #CFA45A
Tints of Apache #CFA45A
RGB
CMYK
RGB Variations
Color information
#CFA45A (or 0xCFA45A) is known color: Apache. HEX triplet: CF, A4 and 5A. RGB value is (207,164,90). Sum of RGB (Red+Green+Blue) = 207+164+90=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45A is #305BA5. Grayscale: #A8A8A8. Windows color (decimal): -3169190 or 5940431. OLE color: 5940431.
HSL color Cylindrical-coordinate representation of color #CFA45A: hue angle of 37.95º 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 #CFA45A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 90 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.95º | 0.55% | 0.58% | - |
| HSV(B) | 37.95º | 0.57% | 0.81% | - |
| XYZ | 40.85 | 40.55 | 15.35 | - |
| YUV | 168.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 90 | 0 | 0.21 | 0.57 | 0.19 | 37.95 | 0.55 | 0.58 |
| Hex | CF | A4 | 5A | 0 | 15 | 39 | 13 | 26 | 37 | 3A |
| Octal | 317 | 244 | 132 | 0 | 25 | 71 | 23 | 46 | 67 | 72 |
| Binary | 11001111 | 10100100 | 1011010 | 0 | 10101 | 111001 | 10011 | 100110 | 110111 | 111010 |
Color Harmonies of #CFA45A
Complementary color
Monochromatic Colors of #CFA45A
Black with #CFA45A
Text Example
Text Example
White with #CFA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA45A; }
p { color: rgb(207,164,90); }
H1.HeaderClassName
{
color: #CFA45A;
}
.AnyTagClassName
{
color: #CFA45A;
}
</style>
background-color css
<style>
a { background-color: #CFA45A; }
a { background-color: rgb(207,164,90); }
div.DivClassName
{
background-color: #CFA45A;
}
.BgClassName
{
background-color: #CFA45A;
}
</style>
border-color css
<style>
span { border-color: #CFA45A; }
span { border-color: rgb(207,164,90); }
td.TdClassName
{
border-color: #CFA45A;
}
.TagClassName
{
border-color: #CFA45A;
}
</style>