Shades of Apache #CEA567
Tints of Apache #CEA567
RGB
CMYK
RGB Variations
Color information
#CEA567 (or 0xCEA567) is known color: Apache. HEX triplet: CE, A5 and 67. RGB value is (206,165,103). Sum of RGB (Red+Green+Blue) = 206+165+103=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA567 is #315A98. Grayscale: #AAAAAA. Windows color (decimal): -3234457 or 6792654. OLE color: 6792654.
HSL color Cylindrical-coordinate representation of color #CEA567: hue angle of 36.12º 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 #CEA567 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 103 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.19 |
| HSL | 36.12º | 0.51% | 0.61% | - |
| HSV(B) | 36.12º | 0.5% | 0.81% | - |
| XYZ | 41.36 | 41.01 | 18.57 | - |
| YUV | 170.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 103 | 0 | 0.20 | 0.50 | 0.19 | 36.12 | 0.51 | 0.61 |
| Hex | CE | A5 | 67 | 0 | 14 | 32 | 13 | 24 | 33 | 3D |
| Octal | 316 | 245 | 147 | 0 | 24 | 62 | 23 | 44 | 63 | 75 |
| Binary | 11001110 | 10100101 | 1100111 | 0 | 10100 | 110010 | 10011 | 100100 | 110011 | 111101 |
Color Harmonies of #CEA567
Complementary color
Monochromatic Colors of #CEA567
Black with #CEA567
Text Example
Text Example
White with #CEA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA567; }
p { color: rgb(206,165,103); }
H1.HeaderClassName
{
color: #CEA567;
}
.AnyTagClassName
{
color: #CEA567;
}
</style>
background-color css
<style>
a { background-color: #CEA567; }
a { background-color: rgb(206,165,103); }
div.DivClassName
{
background-color: #CEA567;
}
.BgClassName
{
background-color: #CEA567;
}
</style>
border-color css
<style>
span { border-color: #CEA567; }
span { border-color: rgb(206,165,103); }
td.TdClassName
{
border-color: #CEA567;
}
.TagClassName
{
border-color: #CEA567;
}
</style>