Shades of Apache #CCA354
Tints of Apache #CCA354
RGB
CMYK
RGB Variations
Color information
#CCA354 (or 0xCCA354) is known color: Apache. HEX triplet: CC, A3 and 54. RGB value is (204,163,84). Sum of RGB (Red+Green+Blue) = 204+163+84=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA354 is #335CAB. Grayscale: #A6A6A6. Windows color (decimal): -3366060 or 5546956. OLE color: 5546956.
HSL color Cylindrical-coordinate representation of color #CCA354: hue angle of 39.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCA354 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.2 |
| HSL | 39.5º | 0.54% | 0.56% | - |
| HSV(B) | 39.5º | 0.59% | 0.8% | - |
| XYZ | 39.6 | 39.67 | 13.96 | - |
| YUV | 166.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 84 | 0 | 0.20 | 0.59 | 0.2 | 39.5 | 0.54 | 0.56 |
| Hex | CC | A3 | 54 | 0 | 14 | 3B | 14 | 28 | 36 | 38 |
| Octal | 314 | 243 | 124 | 0 | 24 | 73 | 24 | 50 | 66 | 70 |
| Binary | 11001100 | 10100011 | 1010100 | 0 | 10100 | 111011 | 10100 | 101000 | 110110 | 111000 |
Color Harmonies of #CCA354
Complementary color
Monochromatic Colors of #CCA354
Black with #CCA354
Text Example
Text Example
White with #CCA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA354; }
p { color: rgb(204,163,84); }
H1.HeaderClassName
{
color: #CCA354;
}
.AnyTagClassName
{
color: #CCA354;
}
</style>
background-color css
<style>
a { background-color: #CCA354; }
a { background-color: rgb(204,163,84); }
div.DivClassName
{
background-color: #CCA354;
}
.BgClassName
{
background-color: #CCA354;
}
</style>
border-color css
<style>
span { border-color: #CCA354; }
span { border-color: rgb(204,163,84); }
td.TdClassName
{
border-color: #CCA354;
}
.TagClassName
{
border-color: #CCA354;
}
</style>