Shades of Galliano #CCA028
Tints of Galliano #CCA028
RGB
CMYK
RGB Variations
Color information
#CCA028 (or 0xCCA028) is known color: Galliano. HEX triplet: CC, A0 and 28. RGB value is (204,160,40). Sum of RGB (Red+Green+Blue) = 204+160+40=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA028 is #335FD7. Grayscale: #A0A0A0. Windows color (decimal): -3366872 or 2662604. OLE color: 2662604.
HSL color Cylindrical-coordinate representation of color #CCA028: hue angle of 43.9º 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 #CCA028 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 40 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.2 |
| HSL | 43.9º | 0.67% | 0.48% | - |
| HSV(B) | 43.9º | 0.8% | 0.8% | - |
| XYZ | 37.86 | 38.13 | 7.37 | - |
| YUV | 159.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 40 | 0 | 0.22 | 0.80 | 0.2 | 43.9 | 0.67 | 0.48 |
| Hex | CC | A0 | 28 | 0 | 16 | 50 | 14 | 2C | 43 | 30 |
| Octal | 314 | 240 | 50 | 0 | 26 | 120 | 24 | 54 | 103 | 60 |
| Binary | 11001100 | 10100000 | 101000 | 0 | 10110 | 1010000 | 10100 | 101100 | 1000011 | 110000 |
Color Harmonies of #CCA028
Complementary color
Monochromatic Colors of #CCA028
Black with #CCA028
Text Example
Text Example
White with #CCA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA028; }
p { color: rgb(204,160,40); }
H1.HeaderClassName
{
color: #CCA028;
}
.AnyTagClassName
{
color: #CCA028;
}
</style>
background-color css
<style>
a { background-color: #CCA028; }
a { background-color: rgb(204,160,40); }
div.DivClassName
{
background-color: #CCA028;
}
.BgClassName
{
background-color: #CCA028;
}
</style>
border-color css
<style>
span { border-color: #CCA028; }
span { border-color: rgb(204,160,40); }
td.TdClassName
{
border-color: #CCA028;
}
.TagClassName
{
border-color: #CCA028;
}
</style>