Shades of Apache #CFA760
Tints of Apache #CFA760
RGB
CMYK
RGB Variations
Color information
#CFA760 (or 0xCFA760) is known color: Apache. HEX triplet: CF, A7 and 60. RGB value is (207,167,96). Sum of RGB (Red+Green+Blue) = 207+167+96=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA760 is #30589F. Grayscale: #ABABAB. Windows color (decimal): -3168416 or 6334415. OLE color: 6334415.
HSL color Cylindrical-coordinate representation of color #CFA760: hue angle of 38.38º 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 #CFA760 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 96 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.19 |
| HSL | 38.38º | 0.54% | 0.59% | - |
| HSV(B) | 38.38º | 0.54% | 0.81% | - |
| XYZ | 41.66 | 41.75 | 16.93 | - |
| YUV | 170.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 96 | 0 | 0.19 | 0.54 | 0.19 | 38.38 | 0.54 | 0.59 |
| Hex | CF | A7 | 60 | 0 | 13 | 36 | 13 | 26 | 36 | 3B |
| Octal | 317 | 247 | 140 | 0 | 23 | 66 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100111 | 1100000 | 0 | 10011 | 110110 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA760
Complementary color
Monochromatic Colors of #CFA760
Black with #CFA760
Text Example
Text Example
White with #CFA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA760; }
p { color: rgb(207,167,96); }
H1.HeaderClassName
{
color: #CFA760;
}
.AnyTagClassName
{
color: #CFA760;
}
</style>
background-color css
<style>
a { background-color: #CFA760; }
a { background-color: rgb(207,167,96); }
div.DivClassName
{
background-color: #CFA760;
}
.BgClassName
{
background-color: #CFA760;
}
</style>
border-color css
<style>
span { border-color: #CFA760; }
span { border-color: rgb(207,167,96); }
td.TdClassName
{
border-color: #CFA760;
}
.TagClassName
{
border-color: #CFA760;
}
</style>