Shades of Apache #CCA553
Tints of Apache #CCA553
RGB
CMYK
RGB Variations
Color information
#CCA553 (or 0xCCA553) is known color: Apache. HEX triplet: CC, A5 and 53. RGB value is (204,165,83). Sum of RGB (Red+Green+Blue) = 204+165+83=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA553 is #335AAC. Grayscale: #A7A7A7. Windows color (decimal): -3365549 or 5481932. OLE color: 5481932.
HSL color Cylindrical-coordinate representation of color #CCA553: hue angle of 40.66º 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 #CCA553 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 83 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.2 |
| HSL | 40.66º | 0.54% | 0.56% | - |
| HSV(B) | 40.66º | 0.59% | 0.8% | - |
| XYZ | 39.92 | 40.37 | 13.87 | - |
| YUV | 167.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 83 | 0 | 0.19 | 0.59 | 0.2 | 40.66 | 0.54 | 0.56 |
| Hex | CC | A5 | 53 | 0 | 13 | 3B | 14 | 29 | 36 | 38 |
| Octal | 314 | 245 | 123 | 0 | 23 | 73 | 24 | 51 | 66 | 70 |
| Binary | 11001100 | 10100101 | 1010011 | 0 | 10011 | 111011 | 10100 | 101001 | 110110 | 111000 |
Color Harmonies of #CCA553
Complementary color
Monochromatic Colors of #CCA553
Black with #CCA553
Text Example
Text Example
White with #CCA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA553; }
p { color: rgb(204,165,83); }
H1.HeaderClassName
{
color: #CCA553;
}
.AnyTagClassName
{
color: #CCA553;
}
</style>
background-color css
<style>
a { background-color: #CCA553; }
a { background-color: rgb(204,165,83); }
div.DivClassName
{
background-color: #CCA553;
}
.BgClassName
{
background-color: #CCA553;
}
</style>
border-color css
<style>
span { border-color: #CCA553; }
span { border-color: rgb(204,165,83); }
td.TdClassName
{
border-color: #CCA553;
}
.TagClassName
{
border-color: #CCA553;
}
</style>