Shades of Apache #CCA458
Tints of Apache #CCA458
RGB
CMYK
RGB Variations
Color information
#CCA458 (or 0xCCA458) is known color: Apache. HEX triplet: CC, A4 and 58. RGB value is (204,164,88). Sum of RGB (Red+Green+Blue) = 204+164+88=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA458 is #335BA7. Grayscale: #A7A7A7. Windows color (decimal): -3365800 or 5809356. OLE color: 5809356.
HSL color Cylindrical-coordinate representation of color #CCA458: hue angle of 39.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCA458 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 88 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.2 |
| HSL | 39.31º | 0.53% | 0.57% | - |
| HSV(B) | 39.31º | 0.57% | 0.8% | - |
| XYZ | 39.94 | 40.09 | 14.87 | - |
| YUV | 167.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 88 | 0 | 0.20 | 0.57 | 0.2 | 39.31 | 0.53 | 0.57 |
| Hex | CC | A4 | 58 | 0 | 14 | 39 | 14 | 27 | 35 | 39 |
| Octal | 314 | 244 | 130 | 0 | 24 | 71 | 24 | 47 | 65 | 71 |
| Binary | 11001100 | 10100100 | 1011000 | 0 | 10100 | 111001 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CCA458
Complementary color
Monochromatic Colors of #CCA458
Black with #CCA458
Text Example
Text Example
White with #CCA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA458; }
p { color: rgb(204,164,88); }
H1.HeaderClassName
{
color: #CCA458;
}
.AnyTagClassName
{
color: #CCA458;
}
</style>
background-color css
<style>
a { background-color: #CCA458; }
a { background-color: rgb(204,164,88); }
div.DivClassName
{
background-color: #CCA458;
}
.BgClassName
{
background-color: #CCA458;
}
</style>
border-color css
<style>
span { border-color: #CCA458; }
span { border-color: rgb(204,164,88); }
td.TdClassName
{
border-color: #CCA458;
}
.TagClassName
{
border-color: #CCA458;
}
</style>