Shades of Apache #CCA465
Tints of Apache #CCA465
RGB
CMYK
RGB Variations
Color information
#CCA465 (or 0xCCA465) is known color: Apache. HEX triplet: CC, A4 and 65. RGB value is (204,164,101). Sum of RGB (Red+Green+Blue) = 204+164+101=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA465 is #335B9A. Grayscale: #A9A9A9. Windows color (decimal): -3365787 or 6661324. OLE color: 6661324.
HSL color Cylindrical-coordinate representation of color #CCA465: hue angle of 36.7º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA465 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 101 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.2 |
| HSL | 36.7º | 0.5% | 0.6% | - |
| HSV(B) | 36.7º | 0.5% | 0.8% | - |
| XYZ | 40.53 | 40.33 | 17.96 | - |
| YUV | 168.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 101 | 0 | 0.20 | 0.50 | 0.2 | 36.7 | 0.5 | 0.6 |
| Hex | CC | A4 | 65 | 0 | 14 | 32 | 14 | 25 | 32 | 3C |
| Octal | 314 | 244 | 145 | 0 | 24 | 62 | 24 | 45 | 62 | 74 |
| Binary | 11001100 | 10100100 | 1100101 | 0 | 10100 | 110010 | 10100 | 100101 | 110010 | 111100 |
Color Harmonies of #CCA465
Complementary color
Monochromatic Colors of #CCA465
Black with #CCA465
Text Example
Text Example
White with #CCA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA465; }
p { color: rgb(204,164,101); }
H1.HeaderClassName
{
color: #CCA465;
}
.AnyTagClassName
{
color: #CCA465;
}
</style>
background-color css
<style>
a { background-color: #CCA465; }
a { background-color: rgb(204,164,101); }
div.DivClassName
{
background-color: #CCA465;
}
.BgClassName
{
background-color: #CCA465;
}
</style>
border-color css
<style>
span { border-color: #CCA465; }
span { border-color: rgb(204,164,101); }
td.TdClassName
{
border-color: #CCA465;
}
.TagClassName
{
border-color: #CCA465;
}
</style>