Shades of Apache #CEA15E
Tints of Apache #CEA15E
RGB
CMYK
RGB Variations
Color information
#CEA15E (or 0xCEA15E) is known color: Apache. HEX triplet: CE, A1 and 5E. RGB value is (206,161,94). Sum of RGB (Red+Green+Blue) = 206+161+94=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA15E is #315EA1. Grayscale: #A7A7A7. Windows color (decimal): -3235490 or 6201806. OLE color: 6201806.
HSL color Cylindrical-coordinate representation of color #CEA15E: hue angle of 35.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEA15E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 94 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.19 |
| HSL | 35.89º | 0.53% | 0.59% | - |
| HSV(B) | 35.89º | 0.54% | 0.81% | - |
| XYZ | 40.22 | 39.42 | 16.08 | - |
| YUV | 166.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 94 | 0 | 0.22 | 0.54 | 0.19 | 35.89 | 0.53 | 0.59 |
| Hex | CE | A1 | 5E | 0 | 16 | 36 | 13 | 24 | 35 | 3B |
| Octal | 316 | 241 | 136 | 0 | 26 | 66 | 23 | 44 | 65 | 73 |
| Binary | 11001110 | 10100001 | 1011110 | 0 | 10110 | 110110 | 10011 | 100100 | 110101 | 111011 |
Color Harmonies of #CEA15E
Complementary color
Monochromatic Colors of #CEA15E
Black with #CEA15E
Text Example
Text Example
White with #CEA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA15E; }
p { color: rgb(206,161,94); }
H1.HeaderClassName
{
color: #CEA15E;
}
.AnyTagClassName
{
color: #CEA15E;
}
</style>
background-color css
<style>
a { background-color: #CEA15E; }
a { background-color: rgb(206,161,94); }
div.DivClassName
{
background-color: #CEA15E;
}
.BgClassName
{
background-color: #CEA15E;
}
</style>
border-color css
<style>
span { border-color: #CEA15E; }
span { border-color: rgb(206,161,94); }
td.TdClassName
{
border-color: #CEA15E;
}
.TagClassName
{
border-color: #CEA15E;
}
</style>