Shades of Apache #CEA252
Tints of Apache #CEA252
RGB
CMYK
RGB Variations
Color information
#CEA252 (or 0xCEA252) is known color: Apache. HEX triplet: CE, A2 and 52. RGB value is (206,162,82). Sum of RGB (Red+Green+Blue) = 206+162+82=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA252 is #315DAD. Grayscale: #A6A6A6. Windows color (decimal): -3235246 or 5415630. OLE color: 5415630.
HSL color Cylindrical-coordinate representation of color #CEA252: hue angle of 38.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEA252 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 82 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.19 |
| HSL | 38.71º | 0.56% | 0.56% | - |
| HSV(B) | 38.71º | 0.6% | 0.81% | - |
| XYZ | 39.9 | 39.57 | 13.52 | - |
| YUV | 166.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 82 | 0 | 0.21 | 0.60 | 0.19 | 38.71 | 0.56 | 0.56 |
| Hex | CE | A2 | 52 | 0 | 15 | 3C | 13 | 27 | 38 | 38 |
| Octal | 316 | 242 | 122 | 0 | 25 | 74 | 23 | 47 | 70 | 70 |
| Binary | 11001110 | 10100010 | 1010010 | 0 | 10101 | 111100 | 10011 | 100111 | 111000 | 111000 |
Color Harmonies of #CEA252
Complementary color
Monochromatic Colors of #CEA252
Black with #CEA252
Text Example
Text Example
White with #CEA252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA252; }
p { color: rgb(206,162,82); }
H1.HeaderClassName
{
color: #CEA252;
}
.AnyTagClassName
{
color: #CEA252;
}
</style>
background-color css
<style>
a { background-color: #CEA252; }
a { background-color: rgb(206,162,82); }
div.DivClassName
{
background-color: #CEA252;
}
.BgClassName
{
background-color: #CEA252;
}
</style>
border-color css
<style>
span { border-color: #CEA252; }
span { border-color: rgb(206,162,82); }
td.TdClassName
{
border-color: #CEA252;
}
.TagClassName
{
border-color: #CEA252;
}
</style>