Shades of Apache #CEA05A
Tints of Apache #CEA05A
RGB
CMYK
RGB Variations
Color information
#CEA05A (or 0xCEA05A) is known color: Apache. HEX triplet: CE, A0 and 5A. RGB value is (206,160,90). Sum of RGB (Red+Green+Blue) = 206+160+90=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA05A is #315FA5. Grayscale: #A6A6A6. Windows color (decimal): -3235750 or 5939406. OLE color: 5939406.
HSL color Cylindrical-coordinate representation of color #CEA05A: hue angle of 36.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEA05A is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 90 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.19 |
| HSL | 36.21º | 0.54% | 0.58% | - |
| HSV(B) | 36.21º | 0.56% | 0.81% | - |
| XYZ | 39.87 | 39 | 15.1 | - |
| YUV | 165.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 90 | 0 | 0.22 | 0.56 | 0.19 | 36.21 | 0.54 | 0.58 |
| Hex | CE | A0 | 5A | 0 | 16 | 38 | 13 | 24 | 36 | 3A |
| Octal | 316 | 240 | 132 | 0 | 26 | 70 | 23 | 44 | 66 | 72 |
| Binary | 11001110 | 10100000 | 1011010 | 0 | 10110 | 111000 | 10011 | 100100 | 110110 | 111010 |
Color Harmonies of #CEA05A
Complementary color
Monochromatic Colors of #CEA05A
Black with #CEA05A
Text Example
Text Example
White with #CEA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA05A; }
p { color: rgb(206,160,90); }
H1.HeaderClassName
{
color: #CEA05A;
}
.AnyTagClassName
{
color: #CEA05A;
}
</style>
background-color css
<style>
a { background-color: #CEA05A; }
a { background-color: rgb(206,160,90); }
div.DivClassName
{
background-color: #CEA05A;
}
.BgClassName
{
background-color: #CEA05A;
}
</style>
border-color css
<style>
span { border-color: #CEA05A; }
span { border-color: rgb(206,160,90); }
td.TdClassName
{
border-color: #CEA05A;
}
.TagClassName
{
border-color: #CEA05A;
}
</style>