Shades of Apache #CEAD63
Tints of Apache #CEAD63
RGB
CMYK
RGB Variations
Color information
#CEAD63 (or 0xCEAD63) is known color: Apache. HEX triplet: CE, AD and 63. RGB value is (206,173,99). Sum of RGB (Red+Green+Blue) = 206+173+99=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD63 is #31529C. Grayscale: #AEAEAE. Windows color (decimal): -3232413 or 6532558. OLE color: 6532558.
HSL color Cylindrical-coordinate representation of color #CEAD63: hue angle of 41.5º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEAD63 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 99 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.19 |
| HSL | 41.5º | 0.52% | 0.6% | - |
| HSV(B) | 41.5º | 0.52% | 0.81% | - |
| XYZ | 42.65 | 43.91 | 18.03 | - |
| YUV | 174.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 99 | 0 | 0.16 | 0.52 | 0.19 | 41.5 | 0.52 | 0.6 |
| Hex | CE | AD | 63 | 0 | 10 | 34 | 13 | 29 | 34 | 3C |
| Octal | 316 | 255 | 143 | 0 | 20 | 64 | 23 | 51 | 64 | 74 |
| Binary | 11001110 | 10101101 | 1100011 | 0 | 10000 | 110100 | 10011 | 101001 | 110100 | 111100 |
Color Harmonies of #CEAD63
Complementary color
Monochromatic Colors of #CEAD63
Black with #CEAD63
Text Example
Text Example
White with #CEAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD63; }
p { color: rgb(206,173,99); }
H1.HeaderClassName
{
color: #CEAD63;
}
.AnyTagClassName
{
color: #CEAD63;
}
</style>
background-color css
<style>
a { background-color: #CEAD63; }
a { background-color: rgb(206,173,99); }
div.DivClassName
{
background-color: #CEAD63;
}
.BgClassName
{
background-color: #CEAD63;
}
</style>
border-color css
<style>
span { border-color: #CEAD63; }
span { border-color: rgb(206,173,99); }
td.TdClassName
{
border-color: #CEAD63;
}
.TagClassName
{
border-color: #CEAD63;
}
</style>