Shades of Apache #CCA053
Tints of Apache #CCA053
RGB
CMYK
RGB Variations
Color information
#CCA053 (or 0xCCA053) is known color: Apache. HEX triplet: CC, A0 and 53. RGB value is (204,160,83). Sum of RGB (Red+Green+Blue) = 204+160+83=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA053 is #335FAC. Grayscale: #A4A4A4. Windows color (decimal): -3366829 or 5480652. OLE color: 5480652.
HSL color Cylindrical-coordinate representation of color #CCA053: hue angle of 38.18º 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 #CCA053 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 83 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.2 |
| HSL | 38.18º | 0.54% | 0.56% | - |
| HSV(B) | 38.18º | 0.59% | 0.8% | - |
| XYZ | 39.03 | 38.6 | 13.58 | - |
| YUV | 164.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 83 | 0 | 0.22 | 0.59 | 0.2 | 38.18 | 0.54 | 0.56 |
| Hex | CC | A0 | 53 | 0 | 16 | 3B | 14 | 26 | 36 | 38 |
| Octal | 314 | 240 | 123 | 0 | 26 | 73 | 24 | 46 | 66 | 70 |
| Binary | 11001100 | 10100000 | 1010011 | 0 | 10110 | 111011 | 10100 | 100110 | 110110 | 111000 |
Color Harmonies of #CCA053
Complementary color
Monochromatic Colors of #CCA053
Black with #CCA053
Text Example
Text Example
White with #CCA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA053; }
p { color: rgb(204,160,83); }
H1.HeaderClassName
{
color: #CCA053;
}
.AnyTagClassName
{
color: #CCA053;
}
</style>
background-color css
<style>
a { background-color: #CCA053; }
a { background-color: rgb(204,160,83); }
div.DivClassName
{
background-color: #CCA053;
}
.BgClassName
{
background-color: #CCA053;
}
</style>
border-color css
<style>
span { border-color: #CCA053; }
span { border-color: rgb(204,160,83); }
td.TdClassName
{
border-color: #CCA053;
}
.TagClassName
{
border-color: #CCA053;
}
</style>