Shades of Apache #CFA051
Tints of Apache #CFA051
RGB
CMYK
RGB Variations
Color information
#CFA051 (or 0xCFA051) is known color: Apache. HEX triplet: CF, A0 and 51. RGB value is (207,160,81). Sum of RGB (Red+Green+Blue) = 207+160+81=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA051 is #305FAE. Grayscale: #A5A5A5. Windows color (decimal): -3170223 or 5349583. OLE color: 5349583.
HSL color Cylindrical-coordinate representation of color #CFA051: hue angle of 37.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA051 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 81 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.19 |
| HSL | 37.62º | 0.57% | 0.56% | - |
| HSV(B) | 37.62º | 0.61% | 0.81% | - |
| XYZ | 39.79 | 39 | 13.22 | - |
| YUV | 165.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 81 | 0 | 0.23 | 0.61 | 0.19 | 37.62 | 0.57 | 0.56 |
| Hex | CF | A0 | 51 | 0 | 17 | 3D | 13 | 26 | 39 | 38 |
| Octal | 317 | 240 | 121 | 0 | 27 | 75 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100000 | 1010001 | 0 | 10111 | 111101 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA051
Complementary color
Monochromatic Colors of #CFA051
Black with #CFA051
Text Example
Text Example
White with #CFA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA051; }
p { color: rgb(207,160,81); }
H1.HeaderClassName
{
color: #CFA051;
}
.AnyTagClassName
{
color: #CFA051;
}
</style>
background-color css
<style>
a { background-color: #CFA051; }
a { background-color: rgb(207,160,81); }
div.DivClassName
{
background-color: #CFA051;
}
.BgClassName
{
background-color: #CFA051;
}
</style>
border-color css
<style>
span { border-color: #CFA051; }
span { border-color: rgb(207,160,81); }
td.TdClassName
{
border-color: #CFA051;
}
.TagClassName
{
border-color: #CFA051;
}
</style>