Shades of Apache #CEA261
Tints of Apache #CEA261
RGB
CMYK
RGB Variations
Color information
#CEA261 (or 0xCEA261) is known color: Apache. HEX triplet: CE, A2 and 61. RGB value is (206,162,97). Sum of RGB (Red+Green+Blue) = 206+162+97=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA261 is #315D9E. Grayscale: #A8A8A8. Windows color (decimal): -3235231 or 6398670. OLE color: 6398670.
HSL color Cylindrical-coordinate representation of color #CEA261: hue angle of 35.78º 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 #CEA261 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 97 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.19 |
| HSL | 35.78º | 0.53% | 0.59% | - |
| HSV(B) | 35.78º | 0.53% | 0.81% | - |
| XYZ | 40.53 | 39.83 | 16.86 | - |
| YUV | 167.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 97 | 0 | 0.21 | 0.53 | 0.19 | 35.78 | 0.53 | 0.59 |
| Hex | CE | A2 | 61 | 0 | 15 | 35 | 13 | 24 | 35 | 3B |
| Octal | 316 | 242 | 141 | 0 | 25 | 65 | 23 | 44 | 65 | 73 |
| Binary | 11001110 | 10100010 | 1100001 | 0 | 10101 | 110101 | 10011 | 100100 | 110101 | 111011 |
Color Harmonies of #CEA261
Complementary color
Monochromatic Colors of #CEA261
Black with #CEA261
Text Example
Text Example
White with #CEA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA261; }
p { color: rgb(206,162,97); }
H1.HeaderClassName
{
color: #CEA261;
}
.AnyTagClassName
{
color: #CEA261;
}
</style>
background-color css
<style>
a { background-color: #CEA261; }
a { background-color: rgb(206,162,97); }
div.DivClassName
{
background-color: #CEA261;
}
.BgClassName
{
background-color: #CEA261;
}
</style>
border-color css
<style>
span { border-color: #CEA261; }
span { border-color: rgb(206,162,97); }
td.TdClassName
{
border-color: #CEA261;
}
.TagClassName
{
border-color: #CEA261;
}
</style>