Shades of Apache #CCA25E
Tints of Apache #CCA25E
RGB
CMYK
RGB Variations
Color information
#CCA25E (or 0xCCA25E) is known color: Apache. HEX triplet: CC, A2 and 5E. RGB value is (204,162,94). Sum of RGB (Red+Green+Blue) = 204+162+94=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA25E is #335DA1. Grayscale: #A7A7A7. Windows color (decimal): -3366306 or 6202060. OLE color: 6202060.
HSL color Cylindrical-coordinate representation of color #CCA25E: hue angle of 37.09º 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 #CCA25E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 94 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.2 |
| HSL | 37.09º | 0.52% | 0.58% | - |
| HSV(B) | 37.09º | 0.54% | 0.8% | - |
| XYZ | 39.84 | 39.49 | 16.11 | - |
| YUV | 166.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 94 | 0 | 0.21 | 0.54 | 0.2 | 37.09 | 0.52 | 0.58 |
| Hex | CC | A2 | 5E | 0 | 15 | 36 | 14 | 25 | 34 | 3A |
| Octal | 314 | 242 | 136 | 0 | 25 | 66 | 24 | 45 | 64 | 72 |
| Binary | 11001100 | 10100010 | 1011110 | 0 | 10101 | 110110 | 10100 | 100101 | 110100 | 111010 |
Color Harmonies of #CCA25E
Complementary color
Monochromatic Colors of #CCA25E
Black with #CCA25E
Text Example
Text Example
White with #CCA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA25E; }
p { color: rgb(204,162,94); }
H1.HeaderClassName
{
color: #CCA25E;
}
.AnyTagClassName
{
color: #CCA25E;
}
</style>
background-color css
<style>
a { background-color: #CCA25E; }
a { background-color: rgb(204,162,94); }
div.DivClassName
{
background-color: #CCA25E;
}
.BgClassName
{
background-color: #CCA25E;
}
</style>
border-color css
<style>
span { border-color: #CCA25E; }
span { border-color: rgb(204,162,94); }
td.TdClassName
{
border-color: #CCA25E;
}
.TagClassName
{
border-color: #CCA25E;
}
</style>