Shades of Apache #CCA262
Tints of Apache #CCA262
RGB
CMYK
RGB Variations
Color information
#CCA262 (or 0xCCA262) is known color: Apache. HEX triplet: CC, A2 and 62. RGB value is (204,162,98). Sum of RGB (Red+Green+Blue) = 204+162+98=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA262 is #335D9D. Grayscale: #A7A7A7. Windows color (decimal): -3366302 or 6464204. OLE color: 6464204.
HSL color Cylindrical-coordinate representation of color #CCA262: hue angle of 36.23º 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 #CCA262 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 98 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.2 |
| HSL | 36.23º | 0.51% | 0.59% | - |
| HSV(B) | 36.23º | 0.52% | 0.8% | - |
| XYZ | 40.03 | 39.56 | 17.08 | - |
| YUV | 167.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 98 | 0 | 0.21 | 0.52 | 0.2 | 36.23 | 0.51 | 0.59 |
| Hex | CC | A2 | 62 | 0 | 15 | 34 | 14 | 24 | 33 | 3B |
| Octal | 314 | 242 | 142 | 0 | 25 | 64 | 24 | 44 | 63 | 73 |
| Binary | 11001100 | 10100010 | 1100010 | 0 | 10101 | 110100 | 10100 | 100100 | 110011 | 111011 |
Color Harmonies of #CCA262
Complementary color
Monochromatic Colors of #CCA262
Black with #CCA262
Text Example
Text Example
White with #CCA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA262; }
p { color: rgb(204,162,98); }
H1.HeaderClassName
{
color: #CCA262;
}
.AnyTagClassName
{
color: #CCA262;
}
</style>
background-color css
<style>
a { background-color: #CCA262; }
a { background-color: rgb(204,162,98); }
div.DivClassName
{
background-color: #CCA262;
}
.BgClassName
{
background-color: #CCA262;
}
</style>
border-color css
<style>
span { border-color: #CCA262; }
span { border-color: rgb(204,162,98); }
td.TdClassName
{
border-color: #CCA262;
}
.TagClassName
{
border-color: #CCA262;
}
</style>