Shades of Apache #CCA15A
Tints of Apache #CCA15A
RGB
CMYK
RGB Variations
Color information
#CCA15A (or 0xCCA15A) is known color: Apache. HEX triplet: CC, A1 and 5A. RGB value is (204,161,90). Sum of RGB (Red+Green+Blue) = 204+161+90=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA15A is #335EA5. Grayscale: #A6A6A6. Windows color (decimal): -3366566 or 5939660. OLE color: 5939660.
HSL color Cylindrical-coordinate representation of color #CCA15A: hue angle of 37.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA15A is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 90 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.2 |
| HSL | 37.37º | 0.53% | 0.58% | - |
| HSV(B) | 37.37º | 0.56% | 0.8% | - |
| XYZ | 39.49 | 39.07 | 15.13 | - |
| YUV | 165.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 90 | 0 | 0.21 | 0.56 | 0.2 | 37.37 | 0.53 | 0.58 |
| Hex | CC | A1 | 5A | 0 | 15 | 38 | 14 | 25 | 35 | 3A |
| Octal | 314 | 241 | 132 | 0 | 25 | 70 | 24 | 45 | 65 | 72 |
| Binary | 11001100 | 10100001 | 1011010 | 0 | 10101 | 111000 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CCA15A
Complementary color
Monochromatic Colors of #CCA15A
Black with #CCA15A
Text Example
Text Example
White with #CCA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA15A; }
p { color: rgb(204,161,90); }
H1.HeaderClassName
{
color: #CCA15A;
}
.AnyTagClassName
{
color: #CCA15A;
}
</style>
background-color css
<style>
a { background-color: #CCA15A; }
a { background-color: rgb(204,161,90); }
div.DivClassName
{
background-color: #CCA15A;
}
.BgClassName
{
background-color: #CCA15A;
}
</style>
border-color css
<style>
span { border-color: #CCA15A; }
span { border-color: rgb(204,161,90); }
td.TdClassName
{
border-color: #CCA15A;
}
.TagClassName
{
border-color: #CCA15A;
}
</style>