Shades of Apache #CEA667
Tints of Apache #CEA667
RGB
CMYK
RGB Variations
Color information
#CEA667 (or 0xCEA667) is known color: Apache. HEX triplet: CE, A6 and 67. RGB value is (206,166,103). Sum of RGB (Red+Green+Blue) = 206+166+103=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA667 is #315998. Grayscale: #ABABAB. Windows color (decimal): -3234201 or 6792910. OLE color: 6792910.
HSL color Cylindrical-coordinate representation of color #CEA667: hue angle of 36.7º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA667 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 103 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.19 |
| HSL | 36.7º | 0.51% | 0.61% | - |
| HSV(B) | 36.7º | 0.5% | 0.81% | - |
| XYZ | 41.54 | 41.37 | 18.63 | - |
| YUV | 170.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 103 | 0 | 0.19 | 0.50 | 0.19 | 36.7 | 0.51 | 0.61 |
| Hex | CE | A6 | 67 | 0 | 13 | 32 | 13 | 25 | 33 | 3D |
| Octal | 316 | 246 | 147 | 0 | 23 | 62 | 23 | 45 | 63 | 75 |
| Binary | 11001110 | 10100110 | 1100111 | 0 | 10011 | 110010 | 10011 | 100101 | 110011 | 111101 |
Color Harmonies of #CEA667
Complementary color
Monochromatic Colors of #CEA667
Black with #CEA667
Text Example
Text Example
White with #CEA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA667; }
p { color: rgb(206,166,103); }
H1.HeaderClassName
{
color: #CEA667;
}
.AnyTagClassName
{
color: #CEA667;
}
</style>
background-color css
<style>
a { background-color: #CEA667; }
a { background-color: rgb(206,166,103); }
div.DivClassName
{
background-color: #CEA667;
}
.BgClassName
{
background-color: #CEA667;
}
</style>
border-color css
<style>
span { border-color: #CEA667; }
span { border-color: rgb(206,166,103); }
td.TdClassName
{
border-color: #CEA667;
}
.TagClassName
{
border-color: #CEA667;
}
</style>