Shades of Apache #CCA351
Tints of Apache #CCA351
RGB
CMYK
RGB Variations
Color information
#CCA351 (or 0xCCA351) is known color: Apache. HEX triplet: CC, A3 and 51. RGB value is (204,163,81). Sum of RGB (Red+Green+Blue) = 204+163+81=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA351 is #335CAE. Grayscale: #A6A6A6. Windows color (decimal): -3366063 or 5350348. OLE color: 5350348.
HSL color Cylindrical-coordinate representation of color #CCA351: hue angle of 40º 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 #CCA351 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 81 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.2 |
| HSL | 40º | 0.55% | 0.56% | - |
| HSV(B) | 40º | 0.6% | 0.8% | - |
| XYZ | 39.48 | 39.63 | 13.35 | - |
| YUV | 165.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 81 | 0 | 0.20 | 0.60 | 0.2 | 40 | 0.55 | 0.56 |
| Hex | CC | A3 | 51 | 0 | 14 | 3C | 14 | 28 | 37 | 38 |
| Octal | 314 | 243 | 121 | 0 | 24 | 74 | 24 | 50 | 67 | 70 |
| Binary | 11001100 | 10100011 | 1010001 | 0 | 10100 | 111100 | 10100 | 101000 | 110111 | 111000 |
Color Harmonies of #CCA351
Complementary color
Monochromatic Colors of #CCA351
Black with #CCA351
Text Example
Text Example
White with #CCA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA351; }
p { color: rgb(204,163,81); }
H1.HeaderClassName
{
color: #CCA351;
}
.AnyTagClassName
{
color: #CCA351;
}
</style>
background-color css
<style>
a { background-color: #CCA351; }
a { background-color: rgb(204,163,81); }
div.DivClassName
{
background-color: #CCA351;
}
.BgClassName
{
background-color: #CCA351;
}
</style>
border-color css
<style>
span { border-color: #CCA351; }
span { border-color: rgb(204,163,81); }
td.TdClassName
{
border-color: #CCA351;
}
.TagClassName
{
border-color: #CCA351;
}
</style>