Shades of Apache #CCA454
Tints of Apache #CCA454
RGB
CMYK
RGB Variations
Color information
#CCA454 (or 0xCCA454) is known color: Apache. HEX triplet: CC, A4 and 54. RGB value is (204,164,84). Sum of RGB (Red+Green+Blue) = 204+164+84=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA454 is #335BAB. Grayscale: #A7A7A7. Windows color (decimal): -3365804 or 5547212. OLE color: 5547212.
HSL color Cylindrical-coordinate representation of color #CCA454: hue angle of 40º 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 #CCA454 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.2 |
| HSL | 40º | 0.54% | 0.56% | - |
| HSV(B) | 40º | 0.59% | 0.8% | - |
| XYZ | 39.78 | 40.03 | 14.02 | - |
| YUV | 166.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 84 | 0 | 0.20 | 0.59 | 0.2 | 40 | 0.54 | 0.56 |
| Hex | CC | A4 | 54 | 0 | 14 | 3B | 14 | 28 | 36 | 38 |
| Octal | 314 | 244 | 124 | 0 | 24 | 73 | 24 | 50 | 66 | 70 |
| Binary | 11001100 | 10100100 | 1010100 | 0 | 10100 | 111011 | 10100 | 101000 | 110110 | 111000 |
Color Harmonies of #CCA454
Complementary color
Monochromatic Colors of #CCA454
Black with #CCA454
Text Example
Text Example
White with #CCA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA454; }
p { color: rgb(204,164,84); }
H1.HeaderClassName
{
color: #CCA454;
}
.AnyTagClassName
{
color: #CCA454;
}
</style>
background-color css
<style>
a { background-color: #CCA454; }
a { background-color: rgb(204,164,84); }
div.DivClassName
{
background-color: #CCA454;
}
.BgClassName
{
background-color: #CCA454;
}
</style>
border-color css
<style>
span { border-color: #CCA454; }
span { border-color: rgb(204,164,84); }
td.TdClassName
{
border-color: #CCA454;
}
.TagClassName
{
border-color: #CCA454;
}
</style>