Shades of Apache #CCA463
Tints of Apache #CCA463
RGB
CMYK
RGB Variations
Color information
#CCA463 (or 0xCCA463) is known color: Apache. HEX triplet: CC, A4 and 63. RGB value is (204,164,99). Sum of RGB (Red+Green+Blue) = 204+164+99=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA463 is #335B9C. Grayscale: #A8A8A8. Windows color (decimal): -3365789 or 6530252. OLE color: 6530252.
HSL color Cylindrical-coordinate representation of color #CCA463: hue angle of 37.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA463 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 99 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.2 |
| HSL | 37.14º | 0.51% | 0.59% | - |
| HSV(B) | 37.14º | 0.51% | 0.8% | - |
| XYZ | 40.43 | 40.29 | 17.45 | - |
| YUV | 168.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 99 | 0 | 0.20 | 0.51 | 0.2 | 37.14 | 0.51 | 0.59 |
| Hex | CC | A4 | 63 | 0 | 14 | 33 | 14 | 25 | 33 | 3B |
| Octal | 314 | 244 | 143 | 0 | 24 | 63 | 24 | 45 | 63 | 73 |
| Binary | 11001100 | 10100100 | 1100011 | 0 | 10100 | 110011 | 10100 | 100101 | 110011 | 111011 |
Color Harmonies of #CCA463
Complementary color
Monochromatic Colors of #CCA463
Black with #CCA463
Text Example
Text Example
White with #CCA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA463; }
p { color: rgb(204,164,99); }
H1.HeaderClassName
{
color: #CCA463;
}
.AnyTagClassName
{
color: #CCA463;
}
</style>
background-color css
<style>
a { background-color: #CCA463; }
a { background-color: rgb(204,164,99); }
div.DivClassName
{
background-color: #CCA463;
}
.BgClassName
{
background-color: #CCA463;
}
</style>
border-color css
<style>
span { border-color: #CCA463; }
span { border-color: rgb(204,164,99); }
td.TdClassName
{
border-color: #CCA463;
}
.TagClassName
{
border-color: #CCA463;
}
</style>