Shades of Apache #CCA665
Tints of Apache #CCA665
RGB
CMYK
RGB Variations
Color information
#CCA665 (or 0xCCA665) is known color: Apache. HEX triplet: CC, A6 and 65. RGB value is (204,166,101). Sum of RGB (Red+Green+Blue) = 204+166+101=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA665 is #33599A. Grayscale: #AAAAAA. Windows color (decimal): -3365275 or 6661836. OLE color: 6661836.
HSL color Cylindrical-coordinate representation of color #CCA665: hue angle of 37.86º 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 #CCA665 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 101 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.2 |
| HSL | 37.86º | 0.5% | 0.6% | - |
| HSV(B) | 37.86º | 0.5% | 0.8% | - |
| XYZ | 40.89 | 41.05 | 18.08 | - |
| YUV | 169.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 101 | 0 | 0.19 | 0.50 | 0.2 | 37.86 | 0.5 | 0.6 |
| Hex | CC | A6 | 65 | 0 | 13 | 32 | 14 | 26 | 32 | 3C |
| Octal | 314 | 246 | 145 | 0 | 23 | 62 | 24 | 46 | 62 | 74 |
| Binary | 11001100 | 10100110 | 1100101 | 0 | 10011 | 110010 | 10100 | 100110 | 110010 | 111100 |
Color Harmonies of #CCA665
Complementary color
Monochromatic Colors of #CCA665
Black with #CCA665
Text Example
Text Example
White with #CCA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA665; }
p { color: rgb(204,166,101); }
H1.HeaderClassName
{
color: #CCA665;
}
.AnyTagClassName
{
color: #CCA665;
}
</style>
background-color css
<style>
a { background-color: #CCA665; }
a { background-color: rgb(204,166,101); }
div.DivClassName
{
background-color: #CCA665;
}
.BgClassName
{
background-color: #CCA665;
}
</style>
border-color css
<style>
span { border-color: #CCA665; }
span { border-color: rgb(204,166,101); }
td.TdClassName
{
border-color: #CCA665;
}
.TagClassName
{
border-color: #CCA665;
}
</style>