Shades of Apache #CCA15B
Tints of Apache #CCA15B
RGB
CMYK
RGB Variations
Color information
#CCA15B (or 0xCCA15B) is known color: Apache. HEX triplet: CC, A1 and 5B. RGB value is (204,161,91). Sum of RGB (Red+Green+Blue) = 204+161+91=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA15B is #335EA4. Grayscale: #A6A6A6. Windows color (decimal): -3366565 or 6005196. OLE color: 6005196.
HSL color Cylindrical-coordinate representation of color #CCA15B: hue angle of 37.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCA15B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.2 |
| HSL | 37.17º | 0.53% | 0.58% | - |
| HSV(B) | 37.17º | 0.55% | 0.8% | - |
| XYZ | 39.54 | 39.08 | 15.36 | - |
| YUV | 165.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 91 | 0 | 0.21 | 0.55 | 0.2 | 37.17 | 0.53 | 0.58 |
| Hex | CC | A1 | 5B | 0 | 15 | 37 | 14 | 25 | 35 | 3A |
| Octal | 314 | 241 | 133 | 0 | 25 | 67 | 24 | 45 | 65 | 72 |
| Binary | 11001100 | 10100001 | 1011011 | 0 | 10101 | 110111 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CCA15B
Complementary color
Monochromatic Colors of #CCA15B
Black with #CCA15B
Text Example
Text Example
White with #CCA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA15B; }
p { color: rgb(204,161,91); }
H1.HeaderClassName
{
color: #CCA15B;
}
.AnyTagClassName
{
color: #CCA15B;
}
</style>
background-color css
<style>
a { background-color: #CCA15B; }
a { background-color: rgb(204,161,91); }
div.DivClassName
{
background-color: #CCA15B;
}
.BgClassName
{
background-color: #CCA15B;
}
</style>
border-color css
<style>
span { border-color: #CCA15B; }
span { border-color: rgb(204,161,91); }
td.TdClassName
{
border-color: #CCA15B;
}
.TagClassName
{
border-color: #CCA15B;
}
</style>