Shades of Apache #CEA361
Tints of Apache #CEA361
RGB
CMYK
RGB Variations
Color information
#CEA361 (or 0xCEA361) is known color: Apache. HEX triplet: CE, A3 and 61. RGB value is (206,163,97). Sum of RGB (Red+Green+Blue) = 206+163+97=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA361 is #315C9E. Grayscale: #A8A8A8. Windows color (decimal): -3234975 or 6398926. OLE color: 6398926.
HSL color Cylindrical-coordinate representation of color #CEA361: hue angle of 36.33º 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 #CEA361 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 97 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.19 |
| HSL | 36.33º | 0.53% | 0.59% | - |
| HSV(B) | 36.33º | 0.53% | 0.81% | - |
| XYZ | 40.71 | 40.18 | 16.92 | - |
| YUV | 168.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 97 | 0 | 0.21 | 0.53 | 0.19 | 36.33 | 0.53 | 0.59 |
| Hex | CE | A3 | 61 | 0 | 15 | 35 | 13 | 24 | 35 | 3B |
| Octal | 316 | 243 | 141 | 0 | 25 | 65 | 23 | 44 | 65 | 73 |
| Binary | 11001110 | 10100011 | 1100001 | 0 | 10101 | 110101 | 10011 | 100100 | 110101 | 111011 |
Color Harmonies of #CEA361
Complementary color
Monochromatic Colors of #CEA361
Black with #CEA361
Text Example
Text Example
White with #CEA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA361; }
p { color: rgb(206,163,97); }
H1.HeaderClassName
{
color: #CEA361;
}
.AnyTagClassName
{
color: #CEA361;
}
</style>
background-color css
<style>
a { background-color: #CEA361; }
a { background-color: rgb(206,163,97); }
div.DivClassName
{
background-color: #CEA361;
}
.BgClassName
{
background-color: #CEA361;
}
</style>
border-color css
<style>
span { border-color: #CEA361; }
span { border-color: rgb(206,163,97); }
td.TdClassName
{
border-color: #CEA361;
}
.TagClassName
{
border-color: #CEA361;
}
</style>