Shades of Apache #CEA161
Tints of Apache #CEA161
RGB
CMYK
RGB Variations
Color information
#CEA161 (or 0xCEA161) is known color: Apache. HEX triplet: CE, A1 and 61. RGB value is (206,161,97). Sum of RGB (Red+Green+Blue) = 206+161+97=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA161 is #315E9E. Grayscale: #A7A7A7. Windows color (decimal): -3235487 or 6398414. OLE color: 6398414.
HSL color Cylindrical-coordinate representation of color #CEA161: hue angle of 35.23º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEA161 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 97 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.19 |
| HSL | 35.23º | 0.53% | 0.59% | - |
| HSV(B) | 35.23º | 0.53% | 0.81% | - |
| XYZ | 40.36 | 39.47 | 16.8 | - |
| YUV | 167.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 97 | 0 | 0.22 | 0.53 | 0.19 | 35.23 | 0.53 | 0.59 |
| Hex | CE | A1 | 61 | 0 | 16 | 35 | 13 | 23 | 35 | 3B |
| Octal | 316 | 241 | 141 | 0 | 26 | 65 | 23 | 43 | 65 | 73 |
| Binary | 11001110 | 10100001 | 1100001 | 0 | 10110 | 110101 | 10011 | 100011 | 110101 | 111011 |
Color Harmonies of #CEA161
Complementary color
Monochromatic Colors of #CEA161
Black with #CEA161
Text Example
Text Example
White with #CEA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA161; }
p { color: rgb(206,161,97); }
H1.HeaderClassName
{
color: #CEA161;
}
.AnyTagClassName
{
color: #CEA161;
}
</style>
background-color css
<style>
a { background-color: #CEA161; }
a { background-color: rgb(206,161,97); }
div.DivClassName
{
background-color: #CEA161;
}
.BgClassName
{
background-color: #CEA161;
}
</style>
border-color css
<style>
span { border-color: #CEA161; }
span { border-color: rgb(206,161,97); }
td.TdClassName
{
border-color: #CEA161;
}
.TagClassName
{
border-color: #CEA161;
}
</style>