Shades of Apache #CFA060
Tints of Apache #CFA060
RGB
CMYK
RGB Variations
Color information
#CFA060 (or 0xCFA060) is known color: Apache. HEX triplet: CF, A0 and 60. RGB value is (207,160,96). Sum of RGB (Red+Green+Blue) = 207+160+96=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA060 is #305F9F. Grayscale: #A7A7A7. Windows color (decimal): -3170208 or 6332623. OLE color: 6332623.
HSL color Cylindrical-coordinate representation of color #CFA060: hue angle of 34.59º 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 #CFA060 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 96 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.19 |
| HSL | 34.59º | 0.54% | 0.59% | - |
| HSV(B) | 34.59º | 0.54% | 0.81% | - |
| XYZ | 40.41 | 39.25 | 16.51 | - |
| YUV | 166.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 96 | 0 | 0.23 | 0.54 | 0.19 | 34.59 | 0.54 | 0.59 |
| Hex | CF | A0 | 60 | 0 | 17 | 36 | 13 | 23 | 36 | 3B |
| Octal | 317 | 240 | 140 | 0 | 27 | 66 | 23 | 43 | 66 | 73 |
| Binary | 11001111 | 10100000 | 1100000 | 0 | 10111 | 110110 | 10011 | 100011 | 110110 | 111011 |
Color Harmonies of #CFA060
Complementary color
Monochromatic Colors of #CFA060
Black with #CFA060
Text Example
Text Example
White with #CFA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA060; }
p { color: rgb(207,160,96); }
H1.HeaderClassName
{
color: #CFA060;
}
.AnyTagClassName
{
color: #CFA060;
}
</style>
background-color css
<style>
a { background-color: #CFA060; }
a { background-color: rgb(207,160,96); }
div.DivClassName
{
background-color: #CFA060;
}
.BgClassName
{
background-color: #CFA060;
}
</style>
border-color css
<style>
span { border-color: #CFA060; }
span { border-color: rgb(207,160,96); }
td.TdClassName
{
border-color: #CFA060;
}
.TagClassName
{
border-color: #CFA060;
}
</style>