Shades of Apache #CEA963
Tints of Apache #CEA963
RGB
CMYK
RGB Variations
Color information
#CEA963 (or 0xCEA963) is known color: Apache. HEX triplet: CE, A9 and 63. RGB value is (206,169,99). Sum of RGB (Red+Green+Blue) = 206+169+99=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA963 is #31569C. Grayscale: #ACACAC. Windows color (decimal): -3233437 or 6531534. OLE color: 6531534.
HSL color Cylindrical-coordinate representation of color #CEA963: hue angle of 39.25º 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 #CEA963 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 99 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 39.25º | 0.52% | 0.6% | - |
| HSV(B) | 39.25º | 0.52% | 0.81% | - |
| XYZ | 41.89 | 42.4 | 17.78 | - |
| YUV | 172.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 99 | 0 | 0.18 | 0.52 | 0.19 | 39.25 | 0.52 | 0.6 |
| Hex | CE | A9 | 63 | 0 | 12 | 34 | 13 | 27 | 34 | 3C |
| Octal | 316 | 251 | 143 | 0 | 22 | 64 | 23 | 47 | 64 | 74 |
| Binary | 11001110 | 10101001 | 1100011 | 0 | 10010 | 110100 | 10011 | 100111 | 110100 | 111100 |
Color Harmonies of #CEA963
Complementary color
Monochromatic Colors of #CEA963
Black with #CEA963
Text Example
Text Example
White with #CEA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA963; }
p { color: rgb(206,169,99); }
H1.HeaderClassName
{
color: #CEA963;
}
.AnyTagClassName
{
color: #CEA963;
}
</style>
background-color css
<style>
a { background-color: #CEA963; }
a { background-color: rgb(206,169,99); }
div.DivClassName
{
background-color: #CEA963;
}
.BgClassName
{
background-color: #CEA963;
}
</style>
border-color css
<style>
span { border-color: #CEA963; }
span { border-color: rgb(206,169,99); }
td.TdClassName
{
border-color: #CEA963;
}
.TagClassName
{
border-color: #CEA963;
}
</style>