Shades of Apache #CCA05B
Tints of Apache #CCA05B
RGB
CMYK
RGB Variations
Color information
#CCA05B (or 0xCCA05B) is known color: Apache. HEX triplet: CC, A0 and 5B. RGB value is (204,160,91). Sum of RGB (Red+Green+Blue) = 204+160+91=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05B is #335FA4. Grayscale: #A5A5A5. Windows color (decimal): -3366821 or 6004940. OLE color: 6004940.
HSL color Cylindrical-coordinate representation of color #CCA05B: hue angle of 36.64º 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 #CCA05B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 91 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.2 |
| HSL | 36.64º | 0.53% | 0.58% | - |
| HSV(B) | 36.64º | 0.55% | 0.8% | - |
| XYZ | 39.36 | 38.73 | 15.3 | - |
| YUV | 165.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 91 | 0 | 0.22 | 0.55 | 0.2 | 36.64 | 0.53 | 0.58 |
| Hex | CC | A0 | 5B | 0 | 16 | 37 | 14 | 25 | 35 | 3A |
| Octal | 314 | 240 | 133 | 0 | 26 | 67 | 24 | 45 | 65 | 72 |
| Binary | 11001100 | 10100000 | 1011011 | 0 | 10110 | 110111 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CCA05B
Complementary color
Monochromatic Colors of #CCA05B
Black with #CCA05B
Text Example
Text Example
White with #CCA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA05B; }
p { color: rgb(204,160,91); }
H1.HeaderClassName
{
color: #CCA05B;
}
.AnyTagClassName
{
color: #CCA05B;
}
</style>
background-color css
<style>
a { background-color: #CCA05B; }
a { background-color: rgb(204,160,91); }
div.DivClassName
{
background-color: #CCA05B;
}
.BgClassName
{
background-color: #CCA05B;
}
</style>
border-color css
<style>
span { border-color: #CCA05B; }
span { border-color: rgb(204,160,91); }
td.TdClassName
{
border-color: #CCA05B;
}
.TagClassName
{
border-color: #CCA05B;
}
</style>