Shades of Apache #CEAD5C
Tints of Apache #CEAD5C
RGB
CMYK
RGB Variations
Color information
#CEAD5C (or 0xCEAD5C) is known color: Apache. HEX triplet: CE, AD and 5C. RGB value is (206,173,92). Sum of RGB (Red+Green+Blue) = 206+173+92=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD5C is #3152A3. Grayscale: #ADADAD. Windows color (decimal): -3232420 or 6073806. OLE color: 6073806.
HSL color Cylindrical-coordinate representation of color #CEAD5C: hue angle of 42.63º 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 #CEAD5C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 92 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 42.63º | 0.54% | 0.58% | - |
| HSV(B) | 42.63º | 0.55% | 0.81% | - |
| XYZ | 42.33 | 43.78 | 16.34 | - |
| YUV | 173.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 92 | 0 | 0.16 | 0.55 | 0.19 | 42.63 | 0.54 | 0.58 |
| Hex | CE | AD | 5C | 0 | 10 | 37 | 13 | 2B | 36 | 3A |
| Octal | 316 | 255 | 134 | 0 | 20 | 67 | 23 | 53 | 66 | 72 |
| Binary | 11001110 | 10101101 | 1011100 | 0 | 10000 | 110111 | 10011 | 101011 | 110110 | 111010 |
Color Harmonies of #CEAD5C
Complementary color
Monochromatic Colors of #CEAD5C
Black with #CEAD5C
Text Example
Text Example
White with #CEAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD5C; }
p { color: rgb(206,173,92); }
H1.HeaderClassName
{
color: #CEAD5C;
}
.AnyTagClassName
{
color: #CEAD5C;
}
</style>
background-color css
<style>
a { background-color: #CEAD5C; }
a { background-color: rgb(206,173,92); }
div.DivClassName
{
background-color: #CEAD5C;
}
.BgClassName
{
background-color: #CEAD5C;
}
</style>
border-color css
<style>
span { border-color: #CEAD5C; }
span { border-color: rgb(206,173,92); }
td.TdClassName
{
border-color: #CEAD5C;
}
.TagClassName
{
border-color: #CEAD5C;
}
</style>