Shades of Apache #CCA358
Tints of Apache #CCA358
RGB
CMYK
RGB Variations
Color information
#CCA358 (or 0xCCA358) is known color: Apache. HEX triplet: CC, A3 and 58. RGB value is (204,163,88). Sum of RGB (Red+Green+Blue) = 204+163+88=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA358 is #335CA7. Grayscale: #A7A7A7. Windows color (decimal): -3366056 or 5809100. OLE color: 5809100.
HSL color Cylindrical-coordinate representation of color #CCA358: hue angle of 38.79º 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 #CCA358 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 88 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.2 |
| HSL | 38.79º | 0.53% | 0.57% | - |
| HSV(B) | 38.79º | 0.57% | 0.8% | - |
| XYZ | 39.76 | 39.74 | 14.81 | - |
| YUV | 166.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 88 | 0 | 0.20 | 0.57 | 0.2 | 38.79 | 0.53 | 0.57 |
| Hex | CC | A3 | 58 | 0 | 14 | 39 | 14 | 27 | 35 | 39 |
| Octal | 314 | 243 | 130 | 0 | 24 | 71 | 24 | 47 | 65 | 71 |
| Binary | 11001100 | 10100011 | 1011000 | 0 | 10100 | 111001 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CCA358
Complementary color
Monochromatic Colors of #CCA358
Black with #CCA358
Text Example
Text Example
White with #CCA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA358; }
p { color: rgb(204,163,88); }
H1.HeaderClassName
{
color: #CCA358;
}
.AnyTagClassName
{
color: #CCA358;
}
</style>
background-color css
<style>
a { background-color: #CCA358; }
a { background-color: rgb(204,163,88); }
div.DivClassName
{
background-color: #CCA358;
}
.BgClassName
{
background-color: #CCA358;
}
</style>
border-color css
<style>
span { border-color: #CCA358; }
span { border-color: rgb(204,163,88); }
td.TdClassName
{
border-color: #CCA358;
}
.TagClassName
{
border-color: #CCA358;
}
</style>