Shades of Apache #CCA363
Tints of Apache #CCA363
RGB
CMYK
RGB Variations
Color information
#CCA363 (or 0xCCA363) is known color: Apache. HEX triplet: CC, A3 and 63. RGB value is (204,163,99). Sum of RGB (Red+Green+Blue) = 204+163+99=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA363 is #335C9C. Grayscale: #A8A8A8. Windows color (decimal): -3366045 or 6529996. OLE color: 6529996.
HSL color Cylindrical-coordinate representation of color #CCA363: hue angle of 36.57º 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 #CCA363 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 99 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.2 |
| HSL | 36.57º | 0.51% | 0.59% | - |
| HSV(B) | 36.57º | 0.51% | 0.8% | - |
| XYZ | 40.25 | 39.93 | 17.39 | - |
| YUV | 167.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 99 | 0 | 0.20 | 0.51 | 0.2 | 36.57 | 0.51 | 0.59 |
| Hex | CC | A3 | 63 | 0 | 14 | 33 | 14 | 25 | 33 | 3B |
| Octal | 314 | 243 | 143 | 0 | 24 | 63 | 24 | 45 | 63 | 73 |
| Binary | 11001100 | 10100011 | 1100011 | 0 | 10100 | 110011 | 10100 | 100101 | 110011 | 111011 |
Color Harmonies of #CCA363
Complementary color
Monochromatic Colors of #CCA363
Black with #CCA363
Text Example
Text Example
White with #CCA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA363; }
p { color: rgb(204,163,99); }
H1.HeaderClassName
{
color: #CCA363;
}
.AnyTagClassName
{
color: #CCA363;
}
</style>
background-color css
<style>
a { background-color: #CCA363; }
a { background-color: rgb(204,163,99); }
div.DivClassName
{
background-color: #CCA363;
}
.BgClassName
{
background-color: #CCA363;
}
</style>
border-color css
<style>
span { border-color: #CCA363; }
span { border-color: rgb(204,163,99); }
td.TdClassName
{
border-color: #CCA363;
}
.TagClassName
{
border-color: #CCA363;
}
</style>