Shades of Apache #CEA550
Tints of Apache #CEA550
RGB
CMYK
RGB Variations
Color information
#CEA550 (or 0xCEA550) is known color: Apache. HEX triplet: CE, A5 and 50. RGB value is (206,165,80). Sum of RGB (Red+Green+Blue) = 206+165+80=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA550 is #315AAF. Grayscale: #A7A7A7. Windows color (decimal): -3234480 or 5285326. OLE color: 5285326.
HSL color Cylindrical-coordinate representation of color #CEA550: hue angle of 40.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEA550 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 80 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.19 |
| HSL | 40.48º | 0.56% | 0.56% | - |
| HSV(B) | 40.48º | 0.61% | 0.81% | - |
| XYZ | 40.36 | 40.61 | 13.3 | - |
| YUV | 167.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 80 | 0 | 0.20 | 0.61 | 0.19 | 40.48 | 0.56 | 0.56 |
| Hex | CE | A5 | 50 | 0 | 14 | 3D | 13 | 28 | 38 | 38 |
| Octal | 316 | 245 | 120 | 0 | 24 | 75 | 23 | 50 | 70 | 70 |
| Binary | 11001110 | 10100101 | 1010000 | 0 | 10100 | 111101 | 10011 | 101000 | 111000 | 111000 |
Color Harmonies of #CEA550
Complementary color
Monochromatic Colors of #CEA550
Black with #CEA550
Text Example
Text Example
White with #CEA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA550; }
p { color: rgb(206,165,80); }
H1.HeaderClassName
{
color: #CEA550;
}
.AnyTagClassName
{
color: #CEA550;
}
</style>
background-color css
<style>
a { background-color: #CEA550; }
a { background-color: rgb(206,165,80); }
div.DivClassName
{
background-color: #CEA550;
}
.BgClassName
{
background-color: #CEA550;
}
</style>
border-color css
<style>
span { border-color: #CEA550; }
span { border-color: rgb(206,165,80); }
td.TdClassName
{
border-color: #CEA550;
}
.TagClassName
{
border-color: #CEA550;
}
</style>