Shades of Apache #CEA150
Tints of Apache #CEA150
RGB
CMYK
RGB Variations
Color information
#CEA150 (or 0xCEA150) is known color: Apache. HEX triplet: CE, A1 and 50. RGB value is (206,161,80). Sum of RGB (Red+Green+Blue) = 206+161+80=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA150 is #315EAF. Grayscale: #A5A5A5. Windows color (decimal): -3235504 or 5284302. OLE color: 5284302.
HSL color Cylindrical-coordinate representation of color #CEA150: hue angle of 38.57º 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 #CEA150 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 80 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.19 |
| HSL | 38.57º | 0.56% | 0.56% | - |
| HSV(B) | 38.57º | 0.61% | 0.81% | - |
| XYZ | 39.65 | 39.19 | 13.06 | - |
| YUV | 165.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 80 | 0 | 0.22 | 0.61 | 0.19 | 38.57 | 0.56 | 0.56 |
| Hex | CE | A1 | 50 | 0 | 16 | 3D | 13 | 27 | 38 | 38 |
| Octal | 316 | 241 | 120 | 0 | 26 | 75 | 23 | 47 | 70 | 70 |
| Binary | 11001110 | 10100001 | 1010000 | 0 | 10110 | 111101 | 10011 | 100111 | 111000 | 111000 |
Color Harmonies of #CEA150
Complementary color
Monochromatic Colors of #CEA150
Black with #CEA150
Text Example
Text Example
White with #CEA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA150; }
p { color: rgb(206,161,80); }
H1.HeaderClassName
{
color: #CEA150;
}
.AnyTagClassName
{
color: #CEA150;
}
</style>
background-color css
<style>
a { background-color: #CEA150; }
a { background-color: rgb(206,161,80); }
div.DivClassName
{
background-color: #CEA150;
}
.BgClassName
{
background-color: #CEA150;
}
</style>
border-color css
<style>
span { border-color: #CEA150; }
span { border-color: rgb(206,161,80); }
td.TdClassName
{
border-color: #CEA150;
}
.TagClassName
{
border-color: #CEA150;
}
</style>