Shades of Apache #CFA050
Tints of Apache #CFA050
RGB
CMYK
RGB Variations
Color information
#CFA050 (or 0xCFA050) is known color: Apache. HEX triplet: CF, A0 and 50. RGB value is (207,160,80). Sum of RGB (Red+Green+Blue) = 207+160+80=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA050 is #305FAF. Grayscale: #A5A5A5. Windows color (decimal): -3170224 or 5284047. OLE color: 5284047.
HSL color Cylindrical-coordinate representation of color #CFA050: hue angle of 37.8º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA050 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 80 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.19 |
| HSL | 37.8º | 0.57% | 0.56% | - |
| HSV(B) | 37.8º | 0.61% | 0.81% | - |
| XYZ | 39.75 | 38.99 | 13.02 | - |
| YUV | 164.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 80 | 0 | 0.23 | 0.61 | 0.19 | 37.8 | 0.57 | 0.56 |
| Hex | CF | A0 | 50 | 0 | 17 | 3D | 13 | 26 | 39 | 38 |
| Octal | 317 | 240 | 120 | 0 | 27 | 75 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100000 | 1010000 | 0 | 10111 | 111101 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA050
Complementary color
Monochromatic Colors of #CFA050
Black with #CFA050
Text Example
Text Example
White with #CFA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA050; }
p { color: rgb(207,160,80); }
H1.HeaderClassName
{
color: #CFA050;
}
.AnyTagClassName
{
color: #CFA050;
}
</style>
background-color css
<style>
a { background-color: #CFA050; }
a { background-color: rgb(207,160,80); }
div.DivClassName
{
background-color: #CFA050;
}
.BgClassName
{
background-color: #CFA050;
}
</style>
border-color css
<style>
span { border-color: #CFA050; }
span { border-color: rgb(207,160,80); }
td.TdClassName
{
border-color: #CFA050;
}
.TagClassName
{
border-color: #CFA050;
}
</style>