Shades of Galliano #CCA129
Tints of Galliano #CCA129
RGB
CMYK
RGB Variations
Color information
#CCA129 (or 0xCCA129) is known color: Galliano. HEX triplet: CC, A1 and 29. RGB value is (204,161,41). Sum of RGB (Red+Green+Blue) = 204+161+41=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA129 is #335ED6. Grayscale: #A0A0A0. Windows color (decimal): -3366615 or 2728396. OLE color: 2728396.
HSL color Cylindrical-coordinate representation of color #CCA129: hue angle of 44.17º 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 #CCA129 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 41 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.2 |
| HSL | 44.17º | 0.67% | 0.48% | - |
| HSV(B) | 44.17º | 0.8% | 0.8% | - |
| XYZ | 38.05 | 38.49 | 7.52 | - |
| YUV | 160.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 41 | 0 | 0.21 | 0.80 | 0.2 | 44.17 | 0.67 | 0.48 |
| Hex | CC | A1 | 29 | 0 | 15 | 50 | 14 | 2C | 43 | 30 |
| Octal | 314 | 241 | 51 | 0 | 25 | 120 | 24 | 54 | 103 | 60 |
| Binary | 11001100 | 10100001 | 101001 | 0 | 10101 | 1010000 | 10100 | 101100 | 1000011 | 110000 |
Color Harmonies of #CCA129
Complementary color
Monochromatic Colors of #CCA129
Black with #CCA129
Text Example
Text Example
White with #CCA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA129; }
p { color: rgb(204,161,41); }
H1.HeaderClassName
{
color: #CCA129;
}
.AnyTagClassName
{
color: #CCA129;
}
</style>
background-color css
<style>
a { background-color: #CCA129; }
a { background-color: rgb(204,161,41); }
div.DivClassName
{
background-color: #CCA129;
}
.BgClassName
{
background-color: #CCA129;
}
</style>
border-color css
<style>
span { border-color: #CCA129; }
span { border-color: rgb(204,161,41); }
td.TdClassName
{
border-color: #CCA129;
}
.TagClassName
{
border-color: #CCA129;
}
</style>