Shades of Apache #CEAB53
Tints of Apache #CEAB53
RGB
CMYK
RGB Variations
Color information
#CEAB53 (or 0xCEAB53) is known color: Apache. HEX triplet: CE, AB and 53. RGB value is (206,171,83). Sum of RGB (Red+Green+Blue) = 206+171+83=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB53 is #3154AC. Grayscale: #ABABAB. Windows color (decimal): -3232941 or 5483470. OLE color: 5483470.
HSL color Cylindrical-coordinate representation of color #CEAB53: hue angle of 42.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAB53 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 83 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.19 |
| HSL | 42.93º | 0.56% | 0.57% | - |
| HSV(B) | 42.93º | 0.6% | 0.81% | - |
| XYZ | 41.58 | 42.87 | 14.27 | - |
| YUV | 171.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 83 | 0 | 0.17 | 0.60 | 0.19 | 42.93 | 0.56 | 0.57 |
| Hex | CE | AB | 53 | 0 | 11 | 3C | 13 | 2B | 38 | 39 |
| Octal | 316 | 253 | 123 | 0 | 21 | 74 | 23 | 53 | 70 | 71 |
| Binary | 11001110 | 10101011 | 1010011 | 0 | 10001 | 111100 | 10011 | 101011 | 111000 | 111001 |
Color Harmonies of #CEAB53
Complementary color
Monochromatic Colors of #CEAB53
Black with #CEAB53
Text Example
Text Example
White with #CEAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB53; }
p { color: rgb(206,171,83); }
H1.HeaderClassName
{
color: #CEAB53;
}
.AnyTagClassName
{
color: #CEAB53;
}
</style>
background-color css
<style>
a { background-color: #CEAB53; }
a { background-color: rgb(206,171,83); }
div.DivClassName
{
background-color: #CEAB53;
}
.BgClassName
{
background-color: #CEAB53;
}
</style>
border-color css
<style>
span { border-color: #CEAB53; }
span { border-color: rgb(206,171,83); }
td.TdClassName
{
border-color: #CEAB53;
}
.TagClassName
{
border-color: #CEAB53;
}
</style>