Shades of Apache #CEAA63
Tints of Apache #CEAA63
RGB
CMYK
RGB Variations
Color information
#CEAA63 (or 0xCEAA63) is known color: Apache. HEX triplet: CE, AA and 63. RGB value is (206,170,99). Sum of RGB (Red+Green+Blue) = 206+170+99=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA63 is #31559C. Grayscale: #ACACAC. Windows color (decimal): -3233181 or 6531790. OLE color: 6531790.
HSL color Cylindrical-coordinate representation of color #CEAA63: hue angle of 39.81º 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 #CEAA63 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 99 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.19 |
| HSL | 39.81º | 0.52% | 0.6% | - |
| HSV(B) | 39.81º | 0.52% | 0.81% | - |
| XYZ | 42.08 | 42.77 | 17.84 | - |
| YUV | 172.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 99 | 0 | 0.17 | 0.52 | 0.19 | 39.81 | 0.52 | 0.6 |
| Hex | CE | AA | 63 | 0 | 11 | 34 | 13 | 28 | 34 | 3C |
| Octal | 316 | 252 | 143 | 0 | 21 | 64 | 23 | 50 | 64 | 74 |
| Binary | 11001110 | 10101010 | 1100011 | 0 | 10001 | 110100 | 10011 | 101000 | 110100 | 111100 |
Color Harmonies of #CEAA63
Complementary color
Monochromatic Colors of #CEAA63
Black with #CEAA63
Text Example
Text Example
White with #CEAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA63; }
p { color: rgb(206,170,99); }
H1.HeaderClassName
{
color: #CEAA63;
}
.AnyTagClassName
{
color: #CEAA63;
}
</style>
background-color css
<style>
a { background-color: #CEAA63; }
a { background-color: rgb(206,170,99); }
div.DivClassName
{
background-color: #CEAA63;
}
.BgClassName
{
background-color: #CEAA63;
}
</style>
border-color css
<style>
span { border-color: #CEAA63; }
span { border-color: rgb(206,170,99); }
td.TdClassName
{
border-color: #CEAA63;
}
.TagClassName
{
border-color: #CEAA63;
}
</style>