Shades of Apache #CCA352
Tints of Apache #CCA352
RGB
CMYK
RGB Variations
Color information
#CCA352 (or 0xCCA352) is known color: Apache. HEX triplet: CC, A3 and 52. RGB value is (204,163,82). Sum of RGB (Red+Green+Blue) = 204+163+82=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA352 is #335CAD. Grayscale: #A6A6A6. Windows color (decimal): -3366062 or 5415884. OLE color: 5415884.
HSL color Cylindrical-coordinate representation of color #CCA352: hue angle of 39.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA352 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 82 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.2 |
| HSL | 39.84º | 0.54% | 0.56% | - |
| HSV(B) | 39.84º | 0.6% | 0.8% | - |
| XYZ | 39.52 | 39.64 | 13.55 | - |
| YUV | 166.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 82 | 0 | 0.20 | 0.60 | 0.2 | 39.84 | 0.54 | 0.56 |
| Hex | CC | A3 | 52 | 0 | 14 | 3C | 14 | 28 | 36 | 38 |
| Octal | 314 | 243 | 122 | 0 | 24 | 74 | 24 | 50 | 66 | 70 |
| Binary | 11001100 | 10100011 | 1010010 | 0 | 10100 | 111100 | 10100 | 101000 | 110110 | 111000 |
Color Harmonies of #CCA352
Complementary color
Monochromatic Colors of #CCA352
Black with #CCA352
Text Example
Text Example
White with #CCA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA352; }
p { color: rgb(204,163,82); }
H1.HeaderClassName
{
color: #CCA352;
}
.AnyTagClassName
{
color: #CCA352;
}
</style>
background-color css
<style>
a { background-color: #CCA352; }
a { background-color: rgb(204,163,82); }
div.DivClassName
{
background-color: #CCA352;
}
.BgClassName
{
background-color: #CCA352;
}
</style>
border-color css
<style>
span { border-color: #CCA352; }
span { border-color: rgb(204,163,82); }
td.TdClassName
{
border-color: #CCA352;
}
.TagClassName
{
border-color: #CCA352;
}
</style>