Shades of Apache #CCA257
Tints of Apache #CCA257
RGB
CMYK
RGB Variations
Color information
#CCA257 (or 0xCCA257) is known color: Apache. HEX triplet: CC, A2 and 57. RGB value is (204,162,87). Sum of RGB (Red+Green+Blue) = 204+162+87=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA257 is #335DA8. Grayscale: #A6A6A6. Windows color (decimal): -3366313 or 5743308. OLE color: 5743308.
HSL color Cylindrical-coordinate representation of color #CCA257: hue angle of 38.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCA257 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 87 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.2 |
| HSL | 38.46º | 0.53% | 0.57% | - |
| HSV(B) | 38.46º | 0.57% | 0.8% | - |
| XYZ | 39.54 | 39.37 | 14.53 | - |
| YUV | 166.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 87 | 0 | 0.21 | 0.57 | 0.2 | 38.46 | 0.53 | 0.57 |
| Hex | CC | A2 | 57 | 0 | 15 | 39 | 14 | 26 | 35 | 39 |
| Octal | 314 | 242 | 127 | 0 | 25 | 71 | 24 | 46 | 65 | 71 |
| Binary | 11001100 | 10100010 | 1010111 | 0 | 10101 | 111001 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CCA257
Complementary color
Monochromatic Colors of #CCA257
Black with #CCA257
Text Example
Text Example
White with #CCA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA257; }
p { color: rgb(204,162,87); }
H1.HeaderClassName
{
color: #CCA257;
}
.AnyTagClassName
{
color: #CCA257;
}
</style>
background-color css
<style>
a { background-color: #CCA257; }
a { background-color: rgb(204,162,87); }
div.DivClassName
{
background-color: #CCA257;
}
.BgClassName
{
background-color: #CCA257;
}
</style>
border-color css
<style>
span { border-color: #CCA257; }
span { border-color: rgb(204,162,87); }
td.TdClassName
{
border-color: #CCA257;
}
.TagClassName
{
border-color: #CCA257;
}
</style>