Shades of Apache #CCA45E
Tints of Apache #CCA45E
RGB
CMYK
RGB Variations
Color information
#CCA45E (or 0xCCA45E) is known color: Apache. HEX triplet: CC, A4 and 5E. RGB value is (204,164,94). Sum of RGB (Red+Green+Blue) = 204+164+94=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45E is #335BA1. Grayscale: #A8A8A8. Windows color (decimal): -3365794 or 6202572. OLE color: 6202572.
HSL color Cylindrical-coordinate representation of color #CCA45E: hue angle of 38.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA45E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 94 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.2 |
| HSL | 38.18º | 0.52% | 0.58% | - |
| HSV(B) | 38.18º | 0.54% | 0.8% | - |
| XYZ | 40.2 | 40.2 | 16.23 | - |
| YUV | 167.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 94 | 0 | 0.20 | 0.54 | 0.2 | 38.18 | 0.52 | 0.58 |
| Hex | CC | A4 | 5E | 0 | 14 | 36 | 14 | 26 | 34 | 3A |
| Octal | 314 | 244 | 136 | 0 | 24 | 66 | 24 | 46 | 64 | 72 |
| Binary | 11001100 | 10100100 | 1011110 | 0 | 10100 | 110110 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CCA45E
Complementary color
Monochromatic Colors of #CCA45E
Black with #CCA45E
Text Example
Text Example
White with #CCA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA45E; }
p { color: rgb(204,164,94); }
H1.HeaderClassName
{
color: #CCA45E;
}
.AnyTagClassName
{
color: #CCA45E;
}
</style>
background-color css
<style>
a { background-color: #CCA45E; }
a { background-color: rgb(204,164,94); }
div.DivClassName
{
background-color: #CCA45E;
}
.BgClassName
{
background-color: #CCA45E;
}
</style>
border-color css
<style>
span { border-color: #CCA45E; }
span { border-color: rgb(204,164,94); }
td.TdClassName
{
border-color: #CCA45E;
}
.TagClassName
{
border-color: #CCA45E;
}
</style>