Shades of Galliano #CCA119
Tints of Galliano #CCA119
RGB
CMYK
RGB Variations
Color information
#CCA119 (or 0xCCA119) is known color: Galliano. HEX triplet: CC, A1 and 19. RGB value is (204,161,25). Sum of RGB (Red+Green+Blue) = 204+161+25=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA119 is #335EE6. Grayscale: #9E9E9E. Windows color (decimal): -3366631 or 1679820. OLE color: 1679820.
HSL color Cylindrical-coordinate representation of color #CCA119: hue angle of 45.59º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCA119 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.2 |
| HSL | 45.59º | 0.78% | 0.45% | - |
| HSV(B) | 45.59º | 0.88% | 0.8% | - |
| XYZ | 37.82 | 38.4 | 6.34 | - |
| YUV | 158.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 25 | 0 | 0.21 | 0.88 | 0.2 | 45.59 | 0.78 | 0.45 |
| Hex | CC | A1 | 19 | 0 | 15 | 58 | 14 | 2E | 4E | 2D |
| Octal | 314 | 241 | 31 | 0 | 25 | 130 | 24 | 56 | 116 | 55 |
| Binary | 11001100 | 10100001 | 11001 | 0 | 10101 | 1011000 | 10100 | 101110 | 1001110 | 101101 |
Color Harmonies of #CCA119
Complementary color
Monochromatic Colors of #CCA119
Black with #CCA119
Text Example
Text Example
White with #CCA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA119; }
p { color: rgb(204,161,25); }
H1.HeaderClassName
{
color: #CCA119;
}
.AnyTagClassName
{
color: #CCA119;
}
</style>
background-color css
<style>
a { background-color: #CCA119; }
a { background-color: rgb(204,161,25); }
div.DivClassName
{
background-color: #CCA119;
}
.BgClassName
{
background-color: #CCA119;
}
</style>
border-color css
<style>
span { border-color: #CCA119; }
span { border-color: rgb(204,161,25); }
td.TdClassName
{
border-color: #CCA119;
}
.TagClassName
{
border-color: #CCA119;
}
</style>