Shades of Apache #CEA25C
Tints of Apache #CEA25C
RGB
CMYK
RGB Variations
Color information
#CEA25C (or 0xCEA25C) is known color: Apache. HEX triplet: CE, A2 and 5C. RGB value is (206,162,92). Sum of RGB (Red+Green+Blue) = 206+162+92=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA25C is #315DA3. Grayscale: #A7A7A7. Windows color (decimal): -3235236 or 6070990. OLE color: 6070990.
HSL color Cylindrical-coordinate representation of color #CEA25C: hue angle of 36.84º 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 #CEA25C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 92 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 36.84º | 0.54% | 0.58% | - |
| HSV(B) | 36.84º | 0.55% | 0.81% | - |
| XYZ | 40.31 | 39.74 | 15.67 | - |
| YUV | 167.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 92 | 0 | 0.21 | 0.55 | 0.19 | 36.84 | 0.54 | 0.58 |
| Hex | CE | A2 | 5C | 0 | 15 | 37 | 13 | 25 | 36 | 3A |
| Octal | 316 | 242 | 134 | 0 | 25 | 67 | 23 | 45 | 66 | 72 |
| Binary | 11001110 | 10100010 | 1011100 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111010 |
Color Harmonies of #CEA25C
Complementary color
Monochromatic Colors of #CEA25C
Black with #CEA25C
Text Example
Text Example
White with #CEA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA25C; }
p { color: rgb(206,162,92); }
H1.HeaderClassName
{
color: #CEA25C;
}
.AnyTagClassName
{
color: #CEA25C;
}
</style>
background-color css
<style>
a { background-color: #CEA25C; }
a { background-color: rgb(206,162,92); }
div.DivClassName
{
background-color: #CEA25C;
}
.BgClassName
{
background-color: #CEA25C;
}
</style>
border-color css
<style>
span { border-color: #CEA25C; }
span { border-color: rgb(206,162,92); }
td.TdClassName
{
border-color: #CEA25C;
}
.TagClassName
{
border-color: #CEA25C;
}
</style>