Shades of Apache #CEA35C
Tints of Apache #CEA35C
RGB
CMYK
RGB Variations
Color information
#CEA35C (or 0xCEA35C) is known color: Apache. HEX triplet: CE, A3 and 5C. RGB value is (206,163,92). Sum of RGB (Red+Green+Blue) = 206+163+92=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35C is #315CA3. Grayscale: #A8A8A8. Windows color (decimal): -3234980 or 6071246. OLE color: 6071246.
HSL color Cylindrical-coordinate representation of color #CEA35C: hue angle of 37.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA35C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 92 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 37.37º | 0.54% | 0.58% | - |
| HSV(B) | 37.37º | 0.55% | 0.81% | - |
| XYZ | 40.48 | 40.09 | 15.73 | - |
| YUV | 167.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 92 | 0 | 0.21 | 0.55 | 0.19 | 37.37 | 0.54 | 0.58 |
| Hex | CE | A3 | 5C | 0 | 15 | 37 | 13 | 25 | 36 | 3A |
| Octal | 316 | 243 | 134 | 0 | 25 | 67 | 23 | 45 | 66 | 72 |
| Binary | 11001110 | 10100011 | 1011100 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111010 |
Color Harmonies of #CEA35C
Complementary color
Monochromatic Colors of #CEA35C
Black with #CEA35C
Text Example
Text Example
White with #CEA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA35C; }
p { color: rgb(206,163,92); }
H1.HeaderClassName
{
color: #CEA35C;
}
.AnyTagClassName
{
color: #CEA35C;
}
</style>
background-color css
<style>
a { background-color: #CEA35C; }
a { background-color: rgb(206,163,92); }
div.DivClassName
{
background-color: #CEA35C;
}
.BgClassName
{
background-color: #CEA35C;
}
</style>
border-color css
<style>
span { border-color: #CEA35C; }
span { border-color: rgb(206,163,92); }
td.TdClassName
{
border-color: #CEA35C;
}
.TagClassName
{
border-color: #CEA35C;
}
</style>