Shades of Apache #CCA461
Tints of Apache #CCA461
RGB
CMYK
RGB Variations
Color information
#CCA461 (or 0xCCA461) is known color: Apache. HEX triplet: CC, A4 and 61. RGB value is (204,164,97). Sum of RGB (Red+Green+Blue) = 204+164+97=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA461 is #335B9E. Grayscale: #A8A8A8. Windows color (decimal): -3365791 or 6399180. OLE color: 6399180.
HSL color Cylindrical-coordinate representation of color #CCA461: hue angle of 37.57º 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 #CCA461 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 97 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.2 |
| HSL | 37.57º | 0.51% | 0.59% | - |
| HSV(B) | 37.57º | 0.52% | 0.8% | - |
| XYZ | 40.33 | 40.25 | 16.95 | - |
| YUV | 168.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 97 | 0 | 0.20 | 0.52 | 0.2 | 37.57 | 0.51 | 0.59 |
| Hex | CC | A4 | 61 | 0 | 14 | 34 | 14 | 26 | 33 | 3B |
| Octal | 314 | 244 | 141 | 0 | 24 | 64 | 24 | 46 | 63 | 73 |
| Binary | 11001100 | 10100100 | 1100001 | 0 | 10100 | 110100 | 10100 | 100110 | 110011 | 111011 |
Color Harmonies of #CCA461
Complementary color
Monochromatic Colors of #CCA461
Black with #CCA461
Text Example
Text Example
White with #CCA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA461; }
p { color: rgb(204,164,97); }
H1.HeaderClassName
{
color: #CCA461;
}
.AnyTagClassName
{
color: #CCA461;
}
</style>
background-color css
<style>
a { background-color: #CCA461; }
a { background-color: rgb(204,164,97); }
div.DivClassName
{
background-color: #CCA461;
}
.BgClassName
{
background-color: #CCA461;
}
</style>
border-color css
<style>
span { border-color: #CCA461; }
span { border-color: rgb(204,164,97); }
td.TdClassName
{
border-color: #CCA461;
}
.TagClassName
{
border-color: #CCA461;
}
</style>