Shades of Apache #CEA05C
Tints of Apache #CEA05C
RGB
CMYK
RGB Variations
Color information
#CEA05C (or 0xCEA05C) is known color: Apache. HEX triplet: CE, A0 and 5C. RGB value is (206,160,92). Sum of RGB (Red+Green+Blue) = 206+160+92=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA05C is #315FA3. Grayscale: #A6A6A6. Windows color (decimal): -3235748 or 6070478. OLE color: 6070478.
HSL color Cylindrical-coordinate representation of color #CEA05C: hue angle of 35.79º 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 #CEA05C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 92 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.19 |
| HSL | 35.79º | 0.54% | 0.58% | - |
| HSV(B) | 35.79º | 0.55% | 0.81% | - |
| XYZ | 39.96 | 39.04 | 15.55 | - |
| YUV | 166 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 92 | 0 | 0.22 | 0.55 | 0.19 | 35.79 | 0.54 | 0.58 |
| Hex | CE | A0 | 5C | 0 | 16 | 37 | 13 | 24 | 36 | 3A |
| Octal | 316 | 240 | 134 | 0 | 26 | 67 | 23 | 44 | 66 | 72 |
| Binary | 11001110 | 10100000 | 1011100 | 0 | 10110 | 110111 | 10011 | 100100 | 110110 | 111010 |
Color Harmonies of #CEA05C
Complementary color
Monochromatic Colors of #CEA05C
Black with #CEA05C
Text Example
Text Example
White with #CEA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA05C; }
p { color: rgb(206,160,92); }
H1.HeaderClassName
{
color: #CEA05C;
}
.AnyTagClassName
{
color: #CEA05C;
}
</style>
background-color css
<style>
a { background-color: #CEA05C; }
a { background-color: rgb(206,160,92); }
div.DivClassName
{
background-color: #CEA05C;
}
.BgClassName
{
background-color: #CEA05C;
}
</style>
border-color css
<style>
span { border-color: #CEA05C; }
span { border-color: rgb(206,160,92); }
td.TdClassName
{
border-color: #CEA05C;
}
.TagClassName
{
border-color: #CEA05C;
}
</style>