Shades of Apache #CFA058
Tints of Apache #CFA058
RGB
CMYK
RGB Variations
Color information
#CFA058 (or 0xCFA058) is known color: Apache. HEX triplet: CF, A0 and 58. RGB value is (207,160,88). Sum of RGB (Red+Green+Blue) = 207+160+88=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA058 is #305FA7. Grayscale: #A6A6A6. Windows color (decimal): -3170216 or 5808335. OLE color: 5808335.
HSL color Cylindrical-coordinate representation of color #CFA058: hue angle of 36.3º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA058 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 88 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.19 |
| HSL | 36.3º | 0.55% | 0.58% | - |
| HSV(B) | 36.3º | 0.57% | 0.81% | - |
| XYZ | 40.06 | 39.11 | 14.67 | - |
| YUV | 165.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 88 | 0 | 0.23 | 0.57 | 0.19 | 36.3 | 0.55 | 0.58 |
| Hex | CF | A0 | 58 | 0 | 17 | 39 | 13 | 24 | 37 | 3A |
| Octal | 317 | 240 | 130 | 0 | 27 | 71 | 23 | 44 | 67 | 72 |
| Binary | 11001111 | 10100000 | 1011000 | 0 | 10111 | 111001 | 10011 | 100100 | 110111 | 111010 |
Color Harmonies of #CFA058
Complementary color
Monochromatic Colors of #CFA058
Black with #CFA058
Text Example
Text Example
White with #CFA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA058; }
p { color: rgb(207,160,88); }
H1.HeaderClassName
{
color: #CFA058;
}
.AnyTagClassName
{
color: #CFA058;
}
</style>
background-color css
<style>
a { background-color: #CFA058; }
a { background-color: rgb(207,160,88); }
div.DivClassName
{
background-color: #CFA058;
}
.BgClassName
{
background-color: #CFA058;
}
</style>
border-color css
<style>
span { border-color: #CFA058; }
span { border-color: rgb(207,160,88); }
td.TdClassName
{
border-color: #CFA058;
}
.TagClassName
{
border-color: #CFA058;
}
</style>