Shades of Apache #CCA253
Tints of Apache #CCA253
RGB
CMYK
RGB Variations
Color information
#CCA253 (or 0xCCA253) is known color: Apache. HEX triplet: CC, A2 and 53. RGB value is (204,162,83). Sum of RGB (Red+Green+Blue) = 204+162+83=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA253 is #335DAC. Grayscale: #A5A5A5. Windows color (decimal): -3366317 or 5481164. OLE color: 5481164.
HSL color Cylindrical-coordinate representation of color #CCA253: hue angle of 39.17º 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 #CCA253 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 83 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.2 |
| HSL | 39.17º | 0.54% | 0.56% | - |
| HSV(B) | 39.17º | 0.59% | 0.8% | - |
| XYZ | 39.38 | 39.3 | 13.69 | - |
| YUV | 165.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 83 | 0 | 0.21 | 0.59 | 0.2 | 39.17 | 0.54 | 0.56 |
| Hex | CC | A2 | 53 | 0 | 15 | 3B | 14 | 27 | 36 | 38 |
| Octal | 314 | 242 | 123 | 0 | 25 | 73 | 24 | 47 | 66 | 70 |
| Binary | 11001100 | 10100010 | 1010011 | 0 | 10101 | 111011 | 10100 | 100111 | 110110 | 111000 |
Color Harmonies of #CCA253
Complementary color
Monochromatic Colors of #CCA253
Black with #CCA253
Text Example
Text Example
White with #CCA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA253; }
p { color: rgb(204,162,83); }
H1.HeaderClassName
{
color: #CCA253;
}
.AnyTagClassName
{
color: #CCA253;
}
</style>
background-color css
<style>
a { background-color: #CCA253; }
a { background-color: rgb(204,162,83); }
div.DivClassName
{
background-color: #CCA253;
}
.BgClassName
{
background-color: #CCA253;
}
</style>
border-color css
<style>
span { border-color: #CCA253; }
span { border-color: rgb(204,162,83); }
td.TdClassName
{
border-color: #CCA253;
}
.TagClassName
{
border-color: #CCA253;
}
</style>