Shades of Apache #CEA85D
Tints of Apache #CEA85D
RGB
CMYK
RGB Variations
Color information
#CEA85D (or 0xCEA85D) is known color: Apache. HEX triplet: CE, A8 and 5D. RGB value is (206,168,93). Sum of RGB (Red+Green+Blue) = 206+168+93=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85D is #3157A2. Grayscale: #ABABAB. Windows color (decimal): -3233699 or 6138062. OLE color: 6138062.
HSL color Cylindrical-coordinate representation of color #CEA85D: hue angle of 39.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA85D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 93 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.19 |
| HSL | 39.82º | 0.54% | 0.59% | - |
| HSV(B) | 39.82º | 0.55% | 0.81% | - |
| XYZ | 41.43 | 41.92 | 16.26 | - |
| YUV | 170.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 93 | 0 | 0.18 | 0.55 | 0.19 | 39.82 | 0.54 | 0.59 |
| Hex | CE | A8 | 5D | 0 | 12 | 37 | 13 | 28 | 36 | 3B |
| Octal | 316 | 250 | 135 | 0 | 22 | 67 | 23 | 50 | 66 | 73 |
| Binary | 11001110 | 10101000 | 1011101 | 0 | 10010 | 110111 | 10011 | 101000 | 110110 | 111011 |
Color Harmonies of #CEA85D
Complementary color
Monochromatic Colors of #CEA85D
Black with #CEA85D
Text Example
Text Example
White with #CEA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA85D; }
p { color: rgb(206,168,93); }
H1.HeaderClassName
{
color: #CEA85D;
}
.AnyTagClassName
{
color: #CEA85D;
}
</style>
background-color css
<style>
a { background-color: #CEA85D; }
a { background-color: rgb(206,168,93); }
div.DivClassName
{
background-color: #CEA85D;
}
.BgClassName
{
background-color: #CEA85D;
}
</style>
border-color css
<style>
span { border-color: #CEA85D; }
span { border-color: rgb(206,168,93); }
td.TdClassName
{
border-color: #CEA85D;
}
.TagClassName
{
border-color: #CEA85D;
}
</style>