Shades of Apache #CCA364
Tints of Apache #CCA364
RGB
CMYK
RGB Variations
Color information
#CCA364 (or 0xCCA364) is known color: Apache. HEX triplet: CC, A3 and 64. RGB value is (204,163,100). Sum of RGB (Red+Green+Blue) = 204+163+100=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA364 is #335C9B. Grayscale: #A8A8A8. Windows color (decimal): -3366044 or 6595532. OLE color: 6595532.
HSL color Cylindrical-coordinate representation of color #CCA364: hue angle of 36.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA364 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.2 |
| HSL | 36.35º | 0.5% | 0.6% | - |
| HSV(B) | 36.35º | 0.51% | 0.8% | - |
| XYZ | 40.3 | 39.95 | 17.64 | - |
| YUV | 168.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 100 | 0 | 0.20 | 0.51 | 0.2 | 36.35 | 0.5 | 0.6 |
| Hex | CC | A3 | 64 | 0 | 14 | 33 | 14 | 24 | 32 | 3C |
| Octal | 314 | 243 | 144 | 0 | 24 | 63 | 24 | 44 | 62 | 74 |
| Binary | 11001100 | 10100011 | 1100100 | 0 | 10100 | 110011 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CCA364
Complementary color
Monochromatic Colors of #CCA364
Black with #CCA364
Text Example
Text Example
White with #CCA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA364; }
p { color: rgb(204,163,100); }
H1.HeaderClassName
{
color: #CCA364;
}
.AnyTagClassName
{
color: #CCA364;
}
</style>
background-color css
<style>
a { background-color: #CCA364; }
a { background-color: rgb(204,163,100); }
div.DivClassName
{
background-color: #CCA364;
}
.BgClassName
{
background-color: #CCA364;
}
</style>
border-color css
<style>
span { border-color: #CCA364; }
span { border-color: rgb(204,163,100); }
td.TdClassName
{
border-color: #CCA364;
}
.TagClassName
{
border-color: #CCA364;
}
</style>