Shades of Apache #CCA25B
Tints of Apache #CCA25B
RGB
CMYK
RGB Variations
Color information
#CCA25B (or 0xCCA25B) is known color: Apache. HEX triplet: CC, A2 and 5B. RGB value is (204,162,91). Sum of RGB (Red+Green+Blue) = 204+162+91=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA25B is #335DA4. Grayscale: #A6A6A6. Windows color (decimal): -3366309 or 6005452. OLE color: 6005452.
HSL color Cylindrical-coordinate representation of color #CCA25B: hue angle of 37.7º 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 #CCA25B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.2 |
| HSL | 37.7º | 0.53% | 0.58% | - |
| HSV(B) | 37.7º | 0.55% | 0.8% | - |
| XYZ | 39.71 | 39.43 | 15.42 | - |
| YUV | 166.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 91 | 0 | 0.21 | 0.55 | 0.2 | 37.7 | 0.53 | 0.58 |
| Hex | CC | A2 | 5B | 0 | 15 | 37 | 14 | 26 | 35 | 3A |
| Octal | 314 | 242 | 133 | 0 | 25 | 67 | 24 | 46 | 65 | 72 |
| Binary | 11001100 | 10100010 | 1011011 | 0 | 10101 | 110111 | 10100 | 100110 | 110101 | 111010 |
Color Harmonies of #CCA25B
Complementary color
Monochromatic Colors of #CCA25B
Black with #CCA25B
Text Example
Text Example
White with #CCA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA25B; }
p { color: rgb(204,162,91); }
H1.HeaderClassName
{
color: #CCA25B;
}
.AnyTagClassName
{
color: #CCA25B;
}
</style>
background-color css
<style>
a { background-color: #CCA25B; }
a { background-color: rgb(204,162,91); }
div.DivClassName
{
background-color: #CCA25B;
}
.BgClassName
{
background-color: #CCA25B;
}
</style>
border-color css
<style>
span { border-color: #CCA25B; }
span { border-color: rgb(204,162,91); }
td.TdClassName
{
border-color: #CCA25B;
}
.TagClassName
{
border-color: #CCA25B;
}
</style>