Shades of Galliano #CCA628
Tints of Galliano #CCA628
RGB
CMYK
RGB Variations
Color information
#CCA628 (or 0xCCA628) is known color: Galliano. HEX triplet: CC, A6 and 28. RGB value is (204,166,40). Sum of RGB (Red+Green+Blue) = 204+166+40=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA628 is #3359D7. Grayscale: #A3A3A3. Windows color (decimal): -3365336 or 2664140. OLE color: 2664140.
HSL color Cylindrical-coordinate representation of color #CCA628: hue angle of 46.1º 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 #CCA628 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 40 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.2 |
| HSL | 46.1º | 0.67% | 0.48% | - |
| HSV(B) | 46.1º | 0.8% | 0.8% | - |
| XYZ | 38.92 | 40.26 | 7.73 | - |
| YUV | 163 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 40 | 0 | 0.19 | 0.80 | 0.2 | 46.1 | 0.67 | 0.48 |
| Hex | CC | A6 | 28 | 0 | 13 | 50 | 14 | 2E | 43 | 30 |
| Octal | 314 | 246 | 50 | 0 | 23 | 120 | 24 | 56 | 103 | 60 |
| Binary | 11001100 | 10100110 | 101000 | 0 | 10011 | 1010000 | 10100 | 101110 | 1000011 | 110000 |
Color Harmonies of #CCA628
Complementary color
Monochromatic Colors of #CCA628
Black with #CCA628
Text Example
Text Example
White with #CCA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA628; }
p { color: rgb(204,166,40); }
H1.HeaderClassName
{
color: #CCA628;
}
.AnyTagClassName
{
color: #CCA628;
}
</style>
background-color css
<style>
a { background-color: #CCA628; }
a { background-color: rgb(204,166,40); }
div.DivClassName
{
background-color: #CCA628;
}
.BgClassName
{
background-color: #CCA628;
}
</style>
border-color css
<style>
span { border-color: #CCA628; }
span { border-color: rgb(204,166,40); }
td.TdClassName
{
border-color: #CCA628;
}
.TagClassName
{
border-color: #CCA628;
}
</style>