Shades of Apache #CCA359
Tints of Apache #CCA359
RGB
CMYK
RGB Variations
Color information
#CCA359 (or 0xCCA359) is known color: Apache. HEX triplet: CC, A3 and 59. RGB value is (204,163,89). Sum of RGB (Red+Green+Blue) = 204+163+89=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA359 is #335CA6. Grayscale: #A7A7A7. Windows color (decimal): -3366055 or 5874636. OLE color: 5874636.
HSL color Cylindrical-coordinate representation of color #CCA359: hue angle of 38.61º 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 #CCA359 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 89 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.2 |
| HSL | 38.61º | 0.53% | 0.57% | - |
| HSV(B) | 38.61º | 0.56% | 0.8% | - |
| XYZ | 39.8 | 39.75 | 15.03 | - |
| YUV | 166.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 89 | 0 | 0.20 | 0.56 | 0.2 | 38.61 | 0.53 | 0.57 |
| Hex | CC | A3 | 59 | 0 | 14 | 38 | 14 | 27 | 35 | 39 |
| Octal | 314 | 243 | 131 | 0 | 24 | 70 | 24 | 47 | 65 | 71 |
| Binary | 11001100 | 10100011 | 1011001 | 0 | 10100 | 111000 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CCA359
Complementary color
Monochromatic Colors of #CCA359
Black with #CCA359
Text Example
Text Example
White with #CCA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA359; }
p { color: rgb(204,163,89); }
H1.HeaderClassName
{
color: #CCA359;
}
.AnyTagClassName
{
color: #CCA359;
}
</style>
background-color css
<style>
a { background-color: #CCA359; }
a { background-color: rgb(204,163,89); }
div.DivClassName
{
background-color: #CCA359;
}
.BgClassName
{
background-color: #CCA359;
}
</style>
border-color css
<style>
span { border-color: #CCA359; }
span { border-color: rgb(204,163,89); }
td.TdClassName
{
border-color: #CCA359;
}
.TagClassName
{
border-color: #CCA359;
}
</style>