Shades of Apache #CEAB63
Tints of Apache #CEAB63
RGB
CMYK
RGB Variations
Color information
#CEAB63 (or 0xCEAB63) is known color: Apache. HEX triplet: CE, AB and 63. RGB value is (206,171,99). Sum of RGB (Red+Green+Blue) = 206+171+99=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB63 is #31549C. Grayscale: #ADADAD. Windows color (decimal): -3232925 or 6532046. OLE color: 6532046.
HSL color Cylindrical-coordinate representation of color #CEAB63: hue angle of 40.37º 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 #CEAB63 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 99 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.19 |
| HSL | 40.37º | 0.52% | 0.6% | - |
| HSV(B) | 40.37º | 0.52% | 0.81% | - |
| XYZ | 42.27 | 43.15 | 17.91 | - |
| YUV | 173.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 99 | 0 | 0.17 | 0.52 | 0.19 | 40.37 | 0.52 | 0.6 |
| Hex | CE | AB | 63 | 0 | 11 | 34 | 13 | 28 | 34 | 3C |
| Octal | 316 | 253 | 143 | 0 | 21 | 64 | 23 | 50 | 64 | 74 |
| Binary | 11001110 | 10101011 | 1100011 | 0 | 10001 | 110100 | 10011 | 101000 | 110100 | 111100 |
Color Harmonies of #CEAB63
Complementary color
Monochromatic Colors of #CEAB63
Black with #CEAB63
Text Example
Text Example
White with #CEAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB63; }
p { color: rgb(206,171,99); }
H1.HeaderClassName
{
color: #CEAB63;
}
.AnyTagClassName
{
color: #CEAB63;
}
</style>
background-color css
<style>
a { background-color: #CEAB63; }
a { background-color: rgb(206,171,99); }
div.DivClassName
{
background-color: #CEAB63;
}
.BgClassName
{
background-color: #CEAB63;
}
</style>
border-color css
<style>
span { border-color: #CEAB63; }
span { border-color: rgb(206,171,99); }
td.TdClassName
{
border-color: #CEAB63;
}
.TagClassName
{
border-color: #CEAB63;
}
</style>