Shades of Apache #CCA162
Tints of Apache #CCA162
RGB
CMYK
RGB Variations
Color information
#CCA162 (or 0xCCA162) is known color: Apache. HEX triplet: CC, A1 and 62. RGB value is (204,161,98). Sum of RGB (Red+Green+Blue) = 204+161+98=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA162 is #335E9D. Grayscale: #A6A6A6. Windows color (decimal): -3366558 or 6463948. OLE color: 6463948.
HSL color Cylindrical-coordinate representation of color #CCA162: hue angle of 35.66º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA162 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 98 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.2 |
| HSL | 35.66º | 0.51% | 0.59% | - |
| HSV(B) | 35.66º | 0.52% | 0.8% | - |
| XYZ | 39.85 | 39.21 | 17.02 | - |
| YUV | 166.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 98 | 0 | 0.21 | 0.52 | 0.2 | 35.66 | 0.51 | 0.59 |
| Hex | CC | A1 | 62 | 0 | 15 | 34 | 14 | 24 | 33 | 3B |
| Octal | 314 | 241 | 142 | 0 | 25 | 64 | 24 | 44 | 63 | 73 |
| Binary | 11001100 | 10100001 | 1100010 | 0 | 10101 | 110100 | 10100 | 100100 | 110011 | 111011 |
Color Harmonies of #CCA162
Complementary color
Monochromatic Colors of #CCA162
Black with #CCA162
Text Example
Text Example
White with #CCA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA162; }
p { color: rgb(204,161,98); }
H1.HeaderClassName
{
color: #CCA162;
}
.AnyTagClassName
{
color: #CCA162;
}
</style>
background-color css
<style>
a { background-color: #CCA162; }
a { background-color: rgb(204,161,98); }
div.DivClassName
{
background-color: #CCA162;
}
.BgClassName
{
background-color: #CCA162;
}
</style>
border-color css
<style>
span { border-color: #CCA162; }
span { border-color: rgb(204,161,98); }
td.TdClassName
{
border-color: #CCA162;
}
.TagClassName
{
border-color: #CCA162;
}
</style>