Shades of Apache #CEA061
Tints of Apache #CEA061
RGB
CMYK
RGB Variations
Color information
#CEA061 (or 0xCEA061) is known color: Apache. HEX triplet: CE, A0 and 61. RGB value is (206,160,97). Sum of RGB (Red+Green+Blue) = 206+160+97=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA061 is #315F9E. Grayscale: #A6A6A6. Windows color (decimal): -3235743 or 6398158. OLE color: 6398158.
HSL color Cylindrical-coordinate representation of color #CEA061: hue angle of 34.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEA061 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 97 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.19 |
| HSL | 34.68º | 0.53% | 0.59% | - |
| HSV(B) | 34.68º | 0.53% | 0.81% | - |
| XYZ | 40.18 | 39.13 | 16.74 | - |
| YUV | 166.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 97 | 0 | 0.22 | 0.53 | 0.19 | 34.68 | 0.53 | 0.59 |
| Hex | CE | A0 | 61 | 0 | 16 | 35 | 13 | 23 | 35 | 3B |
| Octal | 316 | 240 | 141 | 0 | 26 | 65 | 23 | 43 | 65 | 73 |
| Binary | 11001110 | 10100000 | 1100001 | 0 | 10110 | 110101 | 10011 | 100011 | 110101 | 111011 |
Color Harmonies of #CEA061
Complementary color
Monochromatic Colors of #CEA061
Black with #CEA061
Text Example
Text Example
White with #CEA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA061; }
p { color: rgb(206,160,97); }
H1.HeaderClassName
{
color: #CEA061;
}
.AnyTagClassName
{
color: #CEA061;
}
</style>
background-color css
<style>
a { background-color: #CEA061; }
a { background-color: rgb(206,160,97); }
div.DivClassName
{
background-color: #CEA061;
}
.BgClassName
{
background-color: #CEA061;
}
</style>
border-color css
<style>
span { border-color: #CEA061; }
span { border-color: rgb(206,160,97); }
td.TdClassName
{
border-color: #CEA061;
}
.TagClassName
{
border-color: #CEA061;
}
</style>