Shades of Apache #CCA653
Tints of Apache #CCA653
RGB
CMYK
RGB Variations
Color information
#CCA653 (or 0xCCA653) is known color: Apache. HEX triplet: CC, A6 and 53. RGB value is (204,166,83). Sum of RGB (Red+Green+Blue) = 204+166+83=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA653 is #3359AC. Grayscale: #A8A8A8. Windows color (decimal): -3365293 or 5482188. OLE color: 5482188.
HSL color Cylindrical-coordinate representation of color #CCA653: hue angle of 41.16º 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 #CCA653 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 83 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.2 |
| HSL | 41.16º | 0.54% | 0.56% | - |
| HSV(B) | 41.16º | 0.59% | 0.8% | - |
| XYZ | 40.1 | 40.73 | 13.93 | - |
| YUV | 167.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 83 | 0 | 0.19 | 0.59 | 0.2 | 41.16 | 0.54 | 0.56 |
| Hex | CC | A6 | 53 | 0 | 13 | 3B | 14 | 29 | 36 | 38 |
| Octal | 314 | 246 | 123 | 0 | 23 | 73 | 24 | 51 | 66 | 70 |
| Binary | 11001100 | 10100110 | 1010011 | 0 | 10011 | 111011 | 10100 | 101001 | 110110 | 111000 |
Color Harmonies of #CCA653
Complementary color
Monochromatic Colors of #CCA653
Black with #CCA653
Text Example
Text Example
White with #CCA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA653; }
p { color: rgb(204,166,83); }
H1.HeaderClassName
{
color: #CCA653;
}
.AnyTagClassName
{
color: #CCA653;
}
</style>
background-color css
<style>
a { background-color: #CCA653; }
a { background-color: rgb(204,166,83); }
div.DivClassName
{
background-color: #CCA653;
}
.BgClassName
{
background-color: #CCA653;
}
</style>
border-color css
<style>
span { border-color: #CCA653; }
span { border-color: rgb(204,166,83); }
td.TdClassName
{
border-color: #CCA653;
}
.TagClassName
{
border-color: #CCA653;
}
</style>