Shades of Apache #CCA562
Tints of Apache #CCA562
RGB
CMYK
RGB Variations
Color information
#CCA562 (or 0xCCA562) is known color: Apache. HEX triplet: CC, A5 and 62. RGB value is (204,165,98). Sum of RGB (Red+Green+Blue) = 204+165+98=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA562 is #335A9D. Grayscale: #A9A9A9. Windows color (decimal): -3365534 or 6464972. OLE color: 6464972.
HSL color Cylindrical-coordinate representation of color #CCA562: hue angle of 37.92º 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 #CCA562 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 98 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.2 |
| HSL | 37.92º | 0.51% | 0.59% | - |
| HSV(B) | 37.92º | 0.52% | 0.8% | - |
| XYZ | 40.56 | 40.63 | 17.26 | - |
| YUV | 169.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 98 | 0 | 0.19 | 0.52 | 0.2 | 37.92 | 0.51 | 0.59 |
| Hex | CC | A5 | 62 | 0 | 13 | 34 | 14 | 26 | 33 | 3B |
| Octal | 314 | 245 | 142 | 0 | 23 | 64 | 24 | 46 | 63 | 73 |
| Binary | 11001100 | 10100101 | 1100010 | 0 | 10011 | 110100 | 10100 | 100110 | 110011 | 111011 |
Color Harmonies of #CCA562
Complementary color
Monochromatic Colors of #CCA562
Black with #CCA562
Text Example
Text Example
White with #CCA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA562; }
p { color: rgb(204,165,98); }
H1.HeaderClassName
{
color: #CCA562;
}
.AnyTagClassName
{
color: #CCA562;
}
</style>
background-color css
<style>
a { background-color: #CCA562; }
a { background-color: rgb(204,165,98); }
div.DivClassName
{
background-color: #CCA562;
}
.BgClassName
{
background-color: #CCA562;
}
</style>
border-color css
<style>
span { border-color: #CCA562; }
span { border-color: rgb(204,165,98); }
td.TdClassName
{
border-color: #CCA562;
}
.TagClassName
{
border-color: #CCA562;
}
</style>