Shades of Apache #CEA15C
Tints of Apache #CEA15C
RGB
CMYK
RGB Variations
Color information
#CEA15C (or 0xCEA15C) is known color: Apache. HEX triplet: CE, A1 and 5C. RGB value is (206,161,92). Sum of RGB (Red+Green+Blue) = 206+161+92=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA15C is #315EA3. Grayscale: #A6A6A6. Windows color (decimal): -3235492 or 6070734. OLE color: 6070734.
HSL color Cylindrical-coordinate representation of color #CEA15C: hue angle of 36.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA15C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 92 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.19 |
| HSL | 36.32º | 0.54% | 0.58% | - |
| HSV(B) | 36.32º | 0.55% | 0.81% | - |
| XYZ | 40.13 | 39.38 | 15.61 | - |
| YUV | 166.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 92 | 0 | 0.22 | 0.55 | 0.19 | 36.32 | 0.54 | 0.58 |
| Hex | CE | A1 | 5C | 0 | 16 | 37 | 13 | 24 | 36 | 3A |
| Octal | 316 | 241 | 134 | 0 | 26 | 67 | 23 | 44 | 66 | 72 |
| Binary | 11001110 | 10100001 | 1011100 | 0 | 10110 | 110111 | 10011 | 100100 | 110110 | 111010 |
Color Harmonies of #CEA15C
Complementary color
Monochromatic Colors of #CEA15C
Black with #CEA15C
Text Example
Text Example
White with #CEA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA15C; }
p { color: rgb(206,161,92); }
H1.HeaderClassName
{
color: #CEA15C;
}
.AnyTagClassName
{
color: #CEA15C;
}
</style>
background-color css
<style>
a { background-color: #CEA15C; }
a { background-color: rgb(206,161,92); }
div.DivClassName
{
background-color: #CEA15C;
}
.BgClassName
{
background-color: #CEA15C;
}
</style>
border-color css
<style>
span { border-color: #CEA15C; }
span { border-color: rgb(206,161,92); }
td.TdClassName
{
border-color: #CEA15C;
}
.TagClassName
{
border-color: #CEA15C;
}
</style>