Shades of Apache #CFA053
Tints of Apache #CFA053
RGB
CMYK
RGB Variations
Color information
#CFA053 (or 0xCFA053) is known color: Apache. HEX triplet: CF, A0 and 53. RGB value is (207,160,83). Sum of RGB (Red+Green+Blue) = 207+160+83=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA053 is #305FAC. Grayscale: #A5A5A5. Windows color (decimal): -3170221 or 5480655. OLE color: 5480655.
HSL color Cylindrical-coordinate representation of color #CFA053: hue angle of 37.26º degrees, saturation: 0.56, 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 #CFA053 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 83 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.19 |
| HSL | 37.26º | 0.56% | 0.57% | - |
| HSV(B) | 37.26º | 0.6% | 0.81% | - |
| XYZ | 39.86 | 39.03 | 13.62 | - |
| YUV | 165.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 83 | 0 | 0.23 | 0.60 | 0.19 | 37.26 | 0.56 | 0.57 |
| Hex | CF | A0 | 53 | 0 | 17 | 3C | 13 | 25 | 38 | 39 |
| Octal | 317 | 240 | 123 | 0 | 27 | 74 | 23 | 45 | 70 | 71 |
| Binary | 11001111 | 10100000 | 1010011 | 0 | 10111 | 111100 | 10011 | 100101 | 111000 | 111001 |
Color Harmonies of #CFA053
Complementary color
Monochromatic Colors of #CFA053
Black with #CFA053
Text Example
Text Example
White with #CFA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA053; }
p { color: rgb(207,160,83); }
H1.HeaderClassName
{
color: #CFA053;
}
.AnyTagClassName
{
color: #CFA053;
}
</style>
background-color css
<style>
a { background-color: #CFA053; }
a { background-color: rgb(207,160,83); }
div.DivClassName
{
background-color: #CFA053;
}
.BgClassName
{
background-color: #CFA053;
}
</style>
border-color css
<style>
span { border-color: #CFA053; }
span { border-color: rgb(207,160,83); }
td.TdClassName
{
border-color: #CFA053;
}
.TagClassName
{
border-color: #CFA053;
}
</style>