Shades of Apache #CEAB58
Tints of Apache #CEAB58
RGB
CMYK
RGB Variations
Color information
#CEAB58 (or 0xCEAB58) is known color: Apache. HEX triplet: CE, AB and 58. RGB value is (206,171,88). Sum of RGB (Red+Green+Blue) = 206+171+88=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB58 is #3154A7. Grayscale: #ACACAC. Windows color (decimal): -3232936 or 5811150. OLE color: 5811150.
HSL color Cylindrical-coordinate representation of color #CEAB58: hue angle of 42.2º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEAB58 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 88 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.19 |
| HSL | 42.2º | 0.55% | 0.58% | - |
| HSV(B) | 42.2º | 0.57% | 0.81% | - |
| XYZ | 41.78 | 42.95 | 15.32 | - |
| YUV | 172 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 88 | 0 | 0.17 | 0.57 | 0.19 | 42.2 | 0.55 | 0.58 |
| Hex | CE | AB | 58 | 0 | 11 | 39 | 13 | 2A | 37 | 3A |
| Octal | 316 | 253 | 130 | 0 | 21 | 71 | 23 | 52 | 67 | 72 |
| Binary | 11001110 | 10101011 | 1011000 | 0 | 10001 | 111001 | 10011 | 101010 | 110111 | 111010 |
Color Harmonies of #CEAB58
Complementary color
Monochromatic Colors of #CEAB58
Black with #CEAB58
Text Example
Text Example
White with #CEAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB58; }
p { color: rgb(206,171,88); }
H1.HeaderClassName
{
color: #CEAB58;
}
.AnyTagClassName
{
color: #CEAB58;
}
</style>
background-color css
<style>
a { background-color: #CEAB58; }
a { background-color: rgb(206,171,88); }
div.DivClassName
{
background-color: #CEAB58;
}
.BgClassName
{
background-color: #CEAB58;
}
</style>
border-color css
<style>
span { border-color: #CEAB58; }
span { border-color: rgb(206,171,88); }
td.TdClassName
{
border-color: #CEAB58;
}
.TagClassName
{
border-color: #CEAB58;
}
</style>