Shades of Apache #CCA259
Tints of Apache #CCA259
RGB
CMYK
RGB Variations
Color information
#CCA259 (or 0xCCA259) is known color: Apache. HEX triplet: CC, A2 and 59. RGB value is (204,162,89). Sum of RGB (Red+Green+Blue) = 204+162+89=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA259 is #335DA6. Grayscale: #A6A6A6. Windows color (decimal): -3366311 or 5874380. OLE color: 5874380.
HSL color Cylindrical-coordinate representation of color #CCA259: hue angle of 38.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA259 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 89 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.2 |
| HSL | 38.09º | 0.53% | 0.57% | - |
| HSV(B) | 38.09º | 0.56% | 0.8% | - |
| XYZ | 39.63 | 39.4 | 14.97 | - |
| YUV | 166.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 89 | 0 | 0.21 | 0.56 | 0.2 | 38.09 | 0.53 | 0.57 |
| Hex | CC | A2 | 59 | 0 | 15 | 38 | 14 | 26 | 35 | 39 |
| Octal | 314 | 242 | 131 | 0 | 25 | 70 | 24 | 46 | 65 | 71 |
| Binary | 11001100 | 10100010 | 1011001 | 0 | 10101 | 111000 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CCA259
Complementary color
Monochromatic Colors of #CCA259
Black with #CCA259
Text Example
Text Example
White with #CCA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA259; }
p { color: rgb(204,162,89); }
H1.HeaderClassName
{
color: #CCA259;
}
.AnyTagClassName
{
color: #CCA259;
}
</style>
background-color css
<style>
a { background-color: #CCA259; }
a { background-color: rgb(204,162,89); }
div.DivClassName
{
background-color: #CCA259;
}
.BgClassName
{
background-color: #CCA259;
}
</style>
border-color css
<style>
span { border-color: #CCA259; }
span { border-color: rgb(204,162,89); }
td.TdClassName
{
border-color: #CCA259;
}
.TagClassName
{
border-color: #CCA259;
}
</style>