Shades of Apache #CFA160
Tints of Apache #CFA160
RGB
CMYK
RGB Variations
Color information
#CFA160 (or 0xCFA160) is known color: Apache. HEX triplet: CF, A1 and 60. RGB value is (207,161,96). Sum of RGB (Red+Green+Blue) = 207+161+96=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA160 is #305E9F. Grayscale: #A7A7A7. Windows color (decimal): -3169952 or 6332879. OLE color: 6332879.
HSL color Cylindrical-coordinate representation of color #CFA160: hue angle of 35.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA160 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 96 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.19 |
| HSL | 35.14º | 0.54% | 0.59% | - |
| HSV(B) | 35.14º | 0.54% | 0.81% | - |
| XYZ | 40.59 | 39.6 | 16.57 | - |
| YUV | 167.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 96 | 0 | 0.22 | 0.54 | 0.19 | 35.14 | 0.54 | 0.59 |
| Hex | CF | A1 | 60 | 0 | 16 | 36 | 13 | 23 | 36 | 3B |
| Octal | 317 | 241 | 140 | 0 | 26 | 66 | 23 | 43 | 66 | 73 |
| Binary | 11001111 | 10100001 | 1100000 | 0 | 10110 | 110110 | 10011 | 100011 | 110110 | 111011 |
Color Harmonies of #CFA160
Complementary color
Monochromatic Colors of #CFA160
Black with #CFA160
Text Example
Text Example
White with #CFA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA160; }
p { color: rgb(207,161,96); }
H1.HeaderClassName
{
color: #CFA160;
}
.AnyTagClassName
{
color: #CFA160;
}
</style>
background-color css
<style>
a { background-color: #CFA160; }
a { background-color: rgb(207,161,96); }
div.DivClassName
{
background-color: #CFA160;
}
.BgClassName
{
background-color: #CFA160;
}
</style>
border-color css
<style>
span { border-color: #CFA160; }
span { border-color: rgb(207,161,96); }
td.TdClassName
{
border-color: #CFA160;
}
.TagClassName
{
border-color: #CFA160;
}
</style>