Shades of Apache #CCA264
Tints of Apache #CCA264
RGB
CMYK
RGB Variations
Color information
#CCA264 (or 0xCCA264) is known color: Apache. HEX triplet: CC, A2 and 64. RGB value is (204,162,100). Sum of RGB (Red+Green+Blue) = 204+162+100=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA264 is #335D9B. Grayscale: #A7A7A7. Windows color (decimal): -3366300 or 6595276. OLE color: 6595276.
HSL color Cylindrical-coordinate representation of color #CCA264: hue angle of 35.77º 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 #CCA264 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 100 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.2 |
| HSL | 35.77º | 0.5% | 0.6% | - |
| HSV(B) | 35.77º | 0.51% | 0.8% | - |
| XYZ | 40.12 | 39.6 | 17.59 | - |
| YUV | 167.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 100 | 0 | 0.21 | 0.51 | 0.2 | 35.77 | 0.5 | 0.6 |
| Hex | CC | A2 | 64 | 0 | 15 | 33 | 14 | 24 | 32 | 3C |
| Octal | 314 | 242 | 144 | 0 | 25 | 63 | 24 | 44 | 62 | 74 |
| Binary | 11001100 | 10100010 | 1100100 | 0 | 10101 | 110011 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CCA264
Complementary color
Monochromatic Colors of #CCA264
Black with #CCA264
Text Example
Text Example
White with #CCA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA264; }
p { color: rgb(204,162,100); }
H1.HeaderClassName
{
color: #CCA264;
}
.AnyTagClassName
{
color: #CCA264;
}
</style>
background-color css
<style>
a { background-color: #CCA264; }
a { background-color: rgb(204,162,100); }
div.DivClassName
{
background-color: #CCA264;
}
.BgClassName
{
background-color: #CCA264;
}
</style>
border-color css
<style>
span { border-color: #CCA264; }
span { border-color: rgb(204,162,100); }
td.TdClassName
{
border-color: #CCA264;
}
.TagClassName
{
border-color: #CCA264;
}
</style>