Shades of Apache #CCA35C
Tints of Apache #CCA35C
RGB
CMYK
RGB Variations
Color information
#CCA35C (or 0xCCA35C) is known color: Apache. HEX triplet: CC, A3 and 5C. RGB value is (204,163,92). Sum of RGB (Red+Green+Blue) = 204+163+92=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA35C is #335CA3. Grayscale: #A7A7A7. Windows color (decimal): -3366052 or 6071244. OLE color: 6071244.
HSL color Cylindrical-coordinate representation of color #CCA35C: hue angle of 38.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCA35C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 92 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.2 |
| HSL | 38.04º | 0.52% | 0.58% | - |
| HSV(B) | 38.04º | 0.55% | 0.8% | - |
| XYZ | 39.93 | 39.8 | 15.7 | - |
| YUV | 167.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 92 | 0 | 0.20 | 0.55 | 0.2 | 38.04 | 0.52 | 0.58 |
| Hex | CC | A3 | 5C | 0 | 14 | 37 | 14 | 26 | 34 | 3A |
| Octal | 314 | 243 | 134 | 0 | 24 | 67 | 24 | 46 | 64 | 72 |
| Binary | 11001100 | 10100011 | 1011100 | 0 | 10100 | 110111 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CCA35C
Complementary color
Monochromatic Colors of #CCA35C
Black with #CCA35C
Text Example
Text Example
White with #CCA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA35C; }
p { color: rgb(204,163,92); }
H1.HeaderClassName
{
color: #CCA35C;
}
.AnyTagClassName
{
color: #CCA35C;
}
</style>
background-color css
<style>
a { background-color: #CCA35C; }
a { background-color: rgb(204,163,92); }
div.DivClassName
{
background-color: #CCA35C;
}
.BgClassName
{
background-color: #CCA35C;
}
</style>
border-color css
<style>
span { border-color: #CCA35C; }
span { border-color: rgb(204,163,92); }
td.TdClassName
{
border-color: #CCA35C;
}
.TagClassName
{
border-color: #CCA35C;
}
</style>