Shades of Apache #CFA052
Tints of Apache #CFA052
RGB
CMYK
RGB Variations
Color information
#CFA052 (or 0xCFA052) is known color: Apache. HEX triplet: CF, A0 and 52. RGB value is (207,160,82). Sum of RGB (Red+Green+Blue) = 207+160+82=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA052 is #305FAD. Grayscale: #A5A5A5. Windows color (decimal): -3170222 or 5415119. OLE color: 5415119.
HSL color Cylindrical-coordinate representation of color #CFA052: hue angle of 37.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFA052 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 82 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.19 |
| HSL | 37.44º | 0.57% | 0.57% | - |
| HSV(B) | 37.44º | 0.6% | 0.81% | - |
| XYZ | 39.83 | 39.02 | 13.41 | - |
| YUV | 165.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 82 | 0 | 0.23 | 0.60 | 0.19 | 37.44 | 0.57 | 0.57 |
| Hex | CF | A0 | 52 | 0 | 17 | 3C | 13 | 25 | 39 | 39 |
| Octal | 317 | 240 | 122 | 0 | 27 | 74 | 23 | 45 | 71 | 71 |
| Binary | 11001111 | 10100000 | 1010010 | 0 | 10111 | 111100 | 10011 | 100101 | 111001 | 111001 |
Color Harmonies of #CFA052
Complementary color
Monochromatic Colors of #CFA052
Black with #CFA052
Text Example
Text Example
White with #CFA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA052; }
p { color: rgb(207,160,82); }
H1.HeaderClassName
{
color: #CFA052;
}
.AnyTagClassName
{
color: #CFA052;
}
</style>
background-color css
<style>
a { background-color: #CFA052; }
a { background-color: rgb(207,160,82); }
div.DivClassName
{
background-color: #CFA052;
}
.BgClassName
{
background-color: #CFA052;
}
</style>
border-color css
<style>
span { border-color: #CFA052; }
span { border-color: rgb(207,160,82); }
td.TdClassName
{
border-color: #CFA052;
}
.TagClassName
{
border-color: #CFA052;
}
</style>