Shades of Apache #CCA15E
Tints of Apache #CCA15E
RGB
CMYK
RGB Variations
Color information
#CCA15E (or 0xCCA15E) is known color: Apache. HEX triplet: CC, A1 and 5E. RGB value is (204,161,94). Sum of RGB (Red+Green+Blue) = 204+161+94=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA15E is #335EA1. Grayscale: #A6A6A6. Windows color (decimal): -3366562 or 6201804. OLE color: 6201804.
HSL color Cylindrical-coordinate representation of color #CCA15E: hue angle of 36.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA15E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 94 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.2 |
| HSL | 36.55º | 0.52% | 0.58% | - |
| HSV(B) | 36.55º | 0.54% | 0.8% | - |
| XYZ | 39.67 | 39.14 | 16.05 | - |
| YUV | 166.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 94 | 0 | 0.21 | 0.54 | 0.2 | 36.55 | 0.52 | 0.58 |
| Hex | CC | A1 | 5E | 0 | 15 | 36 | 14 | 25 | 34 | 3A |
| Octal | 314 | 241 | 136 | 0 | 25 | 66 | 24 | 45 | 64 | 72 |
| Binary | 11001100 | 10100001 | 1011110 | 0 | 10101 | 110110 | 10100 | 100101 | 110100 | 111010 |
Color Harmonies of #CCA15E
Complementary color
Monochromatic Colors of #CCA15E
Black with #CCA15E
Text Example
Text Example
White with #CCA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA15E; }
p { color: rgb(204,161,94); }
H1.HeaderClassName
{
color: #CCA15E;
}
.AnyTagClassName
{
color: #CCA15E;
}
</style>
background-color css
<style>
a { background-color: #CCA15E; }
a { background-color: rgb(204,161,94); }
div.DivClassName
{
background-color: #CCA15E;
}
.BgClassName
{
background-color: #CCA15E;
}
</style>
border-color css
<style>
span { border-color: #CCA15E; }
span { border-color: rgb(204,161,94); }
td.TdClassName
{
border-color: #CCA15E;
}
.TagClassName
{
border-color: #CCA15E;
}
</style>