Shades of Apache #CCA35D
Tints of Apache #CCA35D
RGB
CMYK
RGB Variations
Color information
#CCA35D (or 0xCCA35D) is known color: Apache. HEX triplet: CC, A3 and 5D. RGB value is (204,163,93). Sum of RGB (Red+Green+Blue) = 204+163+93=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA35D is #335CA2. Grayscale: #A7A7A7. Windows color (decimal): -3366051 or 6136780. OLE color: 6136780.
HSL color Cylindrical-coordinate representation of color #CCA35D: hue angle of 37.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA35D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 93 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.2 |
| HSL | 37.84º | 0.52% | 0.58% | - |
| HSV(B) | 37.84º | 0.54% | 0.8% | - |
| XYZ | 39.97 | 39.82 | 15.94 | - |
| YUV | 167.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 93 | 0 | 0.20 | 0.54 | 0.2 | 37.84 | 0.52 | 0.58 |
| Hex | CC | A3 | 5D | 0 | 14 | 36 | 14 | 26 | 34 | 3A |
| Octal | 314 | 243 | 135 | 0 | 24 | 66 | 24 | 46 | 64 | 72 |
| Binary | 11001100 | 10100011 | 1011101 | 0 | 10100 | 110110 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CCA35D
Complementary color
Monochromatic Colors of #CCA35D
Black with #CCA35D
Text Example
Text Example
White with #CCA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA35D; }
p { color: rgb(204,163,93); }
H1.HeaderClassName
{
color: #CCA35D;
}
.AnyTagClassName
{
color: #CCA35D;
}
</style>
background-color css
<style>
a { background-color: #CCA35D; }
a { background-color: rgb(204,163,93); }
div.DivClassName
{
background-color: #CCA35D;
}
.BgClassName
{
background-color: #CCA35D;
}
</style>
border-color css
<style>
span { border-color: #CCA35D; }
span { border-color: rgb(204,163,93); }
td.TdClassName
{
border-color: #CCA35D;
}
.TagClassName
{
border-color: #CCA35D;
}
</style>