Shades of Apache #CEAE5C
Tints of Apache #CEAE5C
RGB
CMYK
RGB Variations
Color information
#CEAE5C (or 0xCEAE5C) is known color: Apache. HEX triplet: CE, AE and 5C. RGB value is (206,174,92). Sum of RGB (Red+Green+Blue) = 206+174+92=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE5C is #3151A3. Grayscale: #AEAEAE. Windows color (decimal): -3232164 or 6074062. OLE color: 6074062.
HSL color Cylindrical-coordinate representation of color #CEAE5C: hue angle of 43.16º 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 #CEAE5C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 92 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 43.16º | 0.54% | 0.58% | - |
| HSV(B) | 43.16º | 0.55% | 0.81% | - |
| XYZ | 42.52 | 44.17 | 16.41 | - |
| YUV | 174.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 92 | 0 | 0.16 | 0.55 | 0.19 | 43.16 | 0.54 | 0.58 |
| Hex | CE | AE | 5C | 0 | 10 | 37 | 13 | 2B | 36 | 3A |
| Octal | 316 | 256 | 134 | 0 | 20 | 67 | 23 | 53 | 66 | 72 |
| Binary | 11001110 | 10101110 | 1011100 | 0 | 10000 | 110111 | 10011 | 101011 | 110110 | 111010 |
Color Harmonies of #CEAE5C
Complementary color
Monochromatic Colors of #CEAE5C
Black with #CEAE5C
Text Example
Text Example
White with #CEAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE5C; }
p { color: rgb(206,174,92); }
H1.HeaderClassName
{
color: #CEAE5C;
}
.AnyTagClassName
{
color: #CEAE5C;
}
</style>
background-color css
<style>
a { background-color: #CEAE5C; }
a { background-color: rgb(206,174,92); }
div.DivClassName
{
background-color: #CEAE5C;
}
.BgClassName
{
background-color: #CEAE5C;
}
</style>
border-color css
<style>
span { border-color: #CEAE5C; }
span { border-color: rgb(206,174,92); }
td.TdClassName
{
border-color: #CEAE5C;
}
.TagClassName
{
border-color: #CEAE5C;
}
</style>