Shades of Apache #CCA45D
Tints of Apache #CCA45D
RGB
CMYK
RGB Variations
Color information
#CCA45D (or 0xCCA45D) is known color: Apache. HEX triplet: CC, A4 and 5D. RGB value is (204,164,93). Sum of RGB (Red+Green+Blue) = 204+164+93=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45D is #335BA2. Grayscale: #A8A8A8. Windows color (decimal): -3365795 or 6137036. OLE color: 6137036.
HSL color Cylindrical-coordinate representation of color #CCA45D: hue angle of 38.38º 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 #CCA45D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 93 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.2 |
| HSL | 38.38º | 0.52% | 0.58% | - |
| HSV(B) | 38.38º | 0.54% | 0.8% | - |
| XYZ | 40.15 | 40.18 | 15.99 | - |
| YUV | 167.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 93 | 0 | 0.20 | 0.54 | 0.2 | 38.38 | 0.52 | 0.58 |
| Hex | CC | A4 | 5D | 0 | 14 | 36 | 14 | 26 | 34 | 3A |
| Octal | 314 | 244 | 135 | 0 | 24 | 66 | 24 | 46 | 64 | 72 |
| Binary | 11001100 | 10100100 | 1011101 | 0 | 10100 | 110110 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CCA45D
Complementary color
Monochromatic Colors of #CCA45D
Black with #CCA45D
Text Example
Text Example
White with #CCA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA45D; }
p { color: rgb(204,164,93); }
H1.HeaderClassName
{
color: #CCA45D;
}
.AnyTagClassName
{
color: #CCA45D;
}
</style>
background-color css
<style>
a { background-color: #CCA45D; }
a { background-color: rgb(204,164,93); }
div.DivClassName
{
background-color: #CCA45D;
}
.BgClassName
{
background-color: #CCA45D;
}
</style>
border-color css
<style>
span { border-color: #CCA45D; }
span { border-color: rgb(204,164,93); }
td.TdClassName
{
border-color: #CCA45D;
}
.TagClassName
{
border-color: #CCA45D;
}
</style>