Shades of Apache #CCA154
Tints of Apache #CCA154
RGB
CMYK
RGB Variations
Color information
#CCA154 (or 0xCCA154) is known color: Apache. HEX triplet: CC, A1 and 54. RGB value is (204,161,84). Sum of RGB (Red+Green+Blue) = 204+161+84=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA154 is #335EAB. Grayscale: #A5A5A5. Windows color (decimal): -3366572 or 5546444. OLE color: 5546444.
HSL color Cylindrical-coordinate representation of color #CCA154: hue angle of 38.5º 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 #CCA154 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 84 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.2 |
| HSL | 38.5º | 0.54% | 0.56% | - |
| HSV(B) | 38.5º | 0.59% | 0.8% | - |
| XYZ | 39.25 | 38.97 | 13.84 | - |
| YUV | 165.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 84 | 0 | 0.21 | 0.59 | 0.2 | 38.5 | 0.54 | 0.56 |
| Hex | CC | A1 | 54 | 0 | 15 | 3B | 14 | 26 | 36 | 38 |
| Octal | 314 | 241 | 124 | 0 | 25 | 73 | 24 | 46 | 66 | 70 |
| Binary | 11001100 | 10100001 | 1010100 | 0 | 10101 | 111011 | 10100 | 100110 | 110110 | 111000 |
Color Harmonies of #CCA154
Complementary color
Monochromatic Colors of #CCA154
Black with #CCA154
Text Example
Text Example
White with #CCA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA154; }
p { color: rgb(204,161,84); }
H1.HeaderClassName
{
color: #CCA154;
}
.AnyTagClassName
{
color: #CCA154;
}
</style>
background-color css
<style>
a { background-color: #CCA154; }
a { background-color: rgb(204,161,84); }
div.DivClassName
{
background-color: #CCA154;
}
.BgClassName
{
background-color: #CCA154;
}
</style>
border-color css
<style>
span { border-color: #CCA154; }
span { border-color: rgb(204,161,84); }
td.TdClassName
{
border-color: #CCA154;
}
.TagClassName
{
border-color: #CCA154;
}
</style>