Shades of Galliano #CCA027
Tints of Galliano #CCA027
RGB
CMYK
RGB Variations
Color information
#CCA027 (or 0xCCA027) is known color: Galliano. HEX triplet: CC, A0 and 27. RGB value is (204,160,39). Sum of RGB (Red+Green+Blue) = 204+160+39=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA027 is #335FD8. Grayscale: #9F9F9F. Windows color (decimal): -3366873 or 2597068. OLE color: 2597068.
HSL color Cylindrical-coordinate representation of color #CCA027: hue angle of 44º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA027 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 39 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.2 |
| HSL | 44º | 0.68% | 0.48% | - |
| HSV(B) | 44º | 0.81% | 0.8% | - |
| XYZ | 37.84 | 38.13 | 7.28 | - |
| YUV | 159.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 39 | 0 | 0.22 | 0.81 | 0.2 | 44 | 0.68 | 0.48 |
| Hex | CC | A0 | 27 | 0 | 16 | 51 | 14 | 2C | 44 | 30 |
| Octal | 314 | 240 | 47 | 0 | 26 | 121 | 24 | 54 | 104 | 60 |
| Binary | 11001100 | 10100000 | 100111 | 0 | 10110 | 1010001 | 10100 | 101100 | 1000100 | 110000 |
Color Harmonies of #CCA027
Complementary color
Monochromatic Colors of #CCA027
Black with #CCA027
Text Example
Text Example
White with #CCA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA027; }
p { color: rgb(204,160,39); }
H1.HeaderClassName
{
color: #CCA027;
}
.AnyTagClassName
{
color: #CCA027;
}
</style>
background-color css
<style>
a { background-color: #CCA027; }
a { background-color: rgb(204,160,39); }
div.DivClassName
{
background-color: #CCA027;
}
.BgClassName
{
background-color: #CCA027;
}
</style>
border-color css
<style>
span { border-color: #CCA027; }
span { border-color: rgb(204,160,39); }
td.TdClassName
{
border-color: #CCA027;
}
.TagClassName
{
border-color: #CCA027;
}
</style>