Shades of Apache #CFA05D
Tints of Apache #CFA05D
RGB
CMYK
RGB Variations
Color information
#CFA05D (or 0xCFA05D) is known color: Apache. HEX triplet: CF, A0 and 5D. RGB value is (207,160,93). Sum of RGB (Red+Green+Blue) = 207+160+93=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA05D is #305FA2. Grayscale: #A6A6A6. Windows color (decimal): -3170211 or 6136015. OLE color: 6136015.
HSL color Cylindrical-coordinate representation of color #CFA05D: hue angle of 35.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA05D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 93 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.19 |
| HSL | 35.26º | 0.54% | 0.59% | - |
| HSV(B) | 35.26º | 0.55% | 0.81% | - |
| XYZ | 40.28 | 39.2 | 15.8 | - |
| YUV | 166.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 93 | 0 | 0.23 | 0.55 | 0.19 | 35.26 | 0.54 | 0.59 |
| Hex | CF | A0 | 5D | 0 | 17 | 37 | 13 | 23 | 36 | 3B |
| Octal | 317 | 240 | 135 | 0 | 27 | 67 | 23 | 43 | 66 | 73 |
| Binary | 11001111 | 10100000 | 1011101 | 0 | 10111 | 110111 | 10011 | 100011 | 110110 | 111011 |
Color Harmonies of #CFA05D
Complementary color
Monochromatic Colors of #CFA05D
Black with #CFA05D
Text Example
Text Example
White with #CFA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA05D; }
p { color: rgb(207,160,93); }
H1.HeaderClassName
{
color: #CFA05D;
}
.AnyTagClassName
{
color: #CFA05D;
}
</style>
background-color css
<style>
a { background-color: #CFA05D; }
a { background-color: rgb(207,160,93); }
div.DivClassName
{
background-color: #CFA05D;
}
.BgClassName
{
background-color: #CFA05D;
}
</style>
border-color css
<style>
span { border-color: #CFA05D; }
span { border-color: rgb(207,160,93); }
td.TdClassName
{
border-color: #CFA05D;
}
.TagClassName
{
border-color: #CFA05D;
}
</style>