Shades of Apache #CCA753
Tints of Apache #CCA753
RGB
CMYK
RGB Variations
Color information
#CCA753 (or 0xCCA753) is known color: Apache. HEX triplet: CC, A7 and 53. RGB value is (204,167,83). Sum of RGB (Red+Green+Blue) = 204+167+83=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA753 is #3358AC. Grayscale: #A8A8A8. Windows color (decimal): -3365037 or 5482444. OLE color: 5482444.
HSL color Cylindrical-coordinate representation of color #CCA753: hue angle of 41.65º 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 #CCA753 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 83 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.2 |
| HSL | 41.65º | 0.54% | 0.56% | - |
| HSV(B) | 41.65º | 0.59% | 0.8% | - |
| XYZ | 40.28 | 41.1 | 13.99 | - |
| YUV | 168.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 83 | 0 | 0.18 | 0.59 | 0.2 | 41.65 | 0.54 | 0.56 |
| Hex | CC | A7 | 53 | 0 | 12 | 3B | 14 | 2A | 36 | 38 |
| Octal | 314 | 247 | 123 | 0 | 22 | 73 | 24 | 52 | 66 | 70 |
| Binary | 11001100 | 10100111 | 1010011 | 0 | 10010 | 111011 | 10100 | 101010 | 110110 | 111000 |
Color Harmonies of #CCA753
Complementary color
Monochromatic Colors of #CCA753
Black with #CCA753
Text Example
Text Example
White with #CCA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA753; }
p { color: rgb(204,167,83); }
H1.HeaderClassName
{
color: #CCA753;
}
.AnyTagClassName
{
color: #CCA753;
}
</style>
background-color css
<style>
a { background-color: #CCA753; }
a { background-color: rgb(204,167,83); }
div.DivClassName
{
background-color: #CCA753;
}
.BgClassName
{
background-color: #CCA753;
}
</style>
border-color css
<style>
span { border-color: #CCA753; }
span { border-color: rgb(204,167,83); }
td.TdClassName
{
border-color: #CCA753;
}
.TagClassName
{
border-color: #CCA753;
}
</style>