Shades of Apache #CCA163
Tints of Apache #CCA163
RGB
CMYK
RGB Variations
Color information
#CCA163 (or 0xCCA163) is known color: Apache. HEX triplet: CC, A1 and 63. RGB value is (204,161,99). Sum of RGB (Red+Green+Blue) = 204+161+99=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA163 is #335E9C. Grayscale: #A7A7A7. Windows color (decimal): -3366557 or 6529484. OLE color: 6529484.
HSL color Cylindrical-coordinate representation of color #CCA163: hue angle of 35.43º 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 #CCA163 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 99 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.2 |
| HSL | 35.43º | 0.51% | 0.59% | - |
| HSV(B) | 35.43º | 0.51% | 0.8% | - |
| XYZ | 39.9 | 39.23 | 17.27 | - |
| YUV | 166.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 99 | 0 | 0.21 | 0.51 | 0.2 | 35.43 | 0.51 | 0.59 |
| Hex | CC | A1 | 63 | 0 | 15 | 33 | 14 | 23 | 33 | 3B |
| Octal | 314 | 241 | 143 | 0 | 25 | 63 | 24 | 43 | 63 | 73 |
| Binary | 11001100 | 10100001 | 1100011 | 0 | 10101 | 110011 | 10100 | 100011 | 110011 | 111011 |
Color Harmonies of #CCA163
Complementary color
Monochromatic Colors of #CCA163
Black with #CCA163
Text Example
Text Example
White with #CCA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA163; }
p { color: rgb(204,161,99); }
H1.HeaderClassName
{
color: #CCA163;
}
.AnyTagClassName
{
color: #CCA163;
}
</style>
background-color css
<style>
a { background-color: #CCA163; }
a { background-color: rgb(204,161,99); }
div.DivClassName
{
background-color: #CCA163;
}
.BgClassName
{
background-color: #CCA163;
}
</style>
border-color css
<style>
span { border-color: #CCA163; }
span { border-color: rgb(204,161,99); }
td.TdClassName
{
border-color: #CCA163;
}
.TagClassName
{
border-color: #CCA163;
}
</style>