Shades of Galliano #CCA328
Tints of Galliano #CCA328
RGB
CMYK
RGB Variations
Color information
#CCA328 (or 0xCCA328) is known color: Galliano. HEX triplet: CC, A3 and 28. RGB value is (204,163,40). Sum of RGB (Red+Green+Blue) = 204+163+40=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA328 is #335CD7. Grayscale: #A1A1A1. Windows color (decimal): -3366104 or 2663372. OLE color: 2663372.
HSL color Cylindrical-coordinate representation of color #CCA328: hue angle of 45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCA328 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 40 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.2 |
| HSL | 45º | 0.67% | 0.48% | - |
| HSV(B) | 45º | 0.8% | 0.8% | - |
| XYZ | 38.38 | 39.18 | 7.55 | - |
| YUV | 161.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 40 | 0 | 0.20 | 0.80 | 0.2 | 45 | 0.67 | 0.48 |
| Hex | CC | A3 | 28 | 0 | 14 | 50 | 14 | 2D | 43 | 30 |
| Octal | 314 | 243 | 50 | 0 | 24 | 120 | 24 | 55 | 103 | 60 |
| Binary | 11001100 | 10100011 | 101000 | 0 | 10100 | 1010000 | 10100 | 101101 | 1000011 | 110000 |
Color Harmonies of #CCA328
Complementary color
Monochromatic Colors of #CCA328
Black with #CCA328
Text Example
Text Example
White with #CCA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA328; }
p { color: rgb(204,163,40); }
H1.HeaderClassName
{
color: #CCA328;
}
.AnyTagClassName
{
color: #CCA328;
}
</style>
background-color css
<style>
a { background-color: #CCA328; }
a { background-color: rgb(204,163,40); }
div.DivClassName
{
background-color: #CCA328;
}
.BgClassName
{
background-color: #CCA328;
}
</style>
border-color css
<style>
span { border-color: #CCA328; }
span { border-color: rgb(204,163,40); }
td.TdClassName
{
border-color: #CCA328;
}
.TagClassName
{
border-color: #CCA328;
}
</style>