Shades of Apache #CCA151
Tints of Apache #CCA151
RGB
CMYK
RGB Variations
Color information
#CCA151 (or 0xCCA151) is known color: Apache. HEX triplet: CC, A1 and 51. RGB value is (204,161,81). Sum of RGB (Red+Green+Blue) = 204+161+81=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA151 is #335EAE. Grayscale: #A5A5A5. Windows color (decimal): -3366575 or 5349836. OLE color: 5349836.
HSL color Cylindrical-coordinate representation of color #CCA151: hue angle of 39.02º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA151 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 81 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.2 |
| HSL | 39.02º | 0.55% | 0.56% | - |
| HSV(B) | 39.02º | 0.6% | 0.8% | - |
| XYZ | 39.13 | 38.92 | 13.23 | - |
| YUV | 164.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 81 | 0 | 0.21 | 0.60 | 0.2 | 39.02 | 0.55 | 0.56 |
| Hex | CC | A1 | 51 | 0 | 15 | 3C | 14 | 27 | 37 | 38 |
| Octal | 314 | 241 | 121 | 0 | 25 | 74 | 24 | 47 | 67 | 70 |
| Binary | 11001100 | 10100001 | 1010001 | 0 | 10101 | 111100 | 10100 | 100111 | 110111 | 111000 |
Color Harmonies of #CCA151
Complementary color
Monochromatic Colors of #CCA151
Black with #CCA151
Text Example
Text Example
White with #CCA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA151; }
p { color: rgb(204,161,81); }
H1.HeaderClassName
{
color: #CCA151;
}
.AnyTagClassName
{
color: #CCA151;
}
</style>
background-color css
<style>
a { background-color: #CCA151; }
a { background-color: rgb(204,161,81); }
div.DivClassName
{
background-color: #CCA151;
}
.BgClassName
{
background-color: #CCA151;
}
</style>
border-color css
<style>
span { border-color: #CCA151; }
span { border-color: rgb(204,161,81); }
td.TdClassName
{
border-color: #CCA151;
}
.TagClassName
{
border-color: #CCA151;
}
</style>