Shades of Galliano #CEA112
Tints of Galliano #CEA112
RGB
CMYK
RGB Variations
Color information
#CEA112 (or 0xCEA112) is known color: Galliano. HEX triplet: CE, A1 and 12. RGB value is (206,161,18). Sum of RGB (Red+Green+Blue) = 206+161+18=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA112 is #315EED. Grayscale: #9E9E9E. Windows color (decimal): -3235566 or 1221070. OLE color: 1221070.
HSL color Cylindrical-coordinate representation of color #CEA112: hue angle of 45.64º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEA112 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 18 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.19 |
| HSL | 45.64º | 0.84% | 0.44% | - |
| HSV(B) | 45.64º | 0.91% | 0.81% | - |
| XYZ | 38.31 | 38.66 | 6.01 | - |
| YUV | 158.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 18 | 0 | 0.22 | 0.91 | 0.19 | 45.64 | 0.84 | 0.44 |
| Hex | CE | A1 | 12 | 0 | 16 | 5B | 13 | 2E | 54 | 2C |
| Octal | 316 | 241 | 22 | 0 | 26 | 133 | 23 | 56 | 124 | 54 |
| Binary | 11001110 | 10100001 | 10010 | 0 | 10110 | 1011011 | 10011 | 101110 | 1010100 | 101100 |
Color Harmonies of #CEA112
Complementary color
Monochromatic Colors of #CEA112
Black with #CEA112
Text Example
Text Example
White with #CEA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA112; }
p { color: rgb(206,161,18); }
H1.HeaderClassName
{
color: #CEA112;
}
.AnyTagClassName
{
color: #CEA112;
}
</style>
background-color css
<style>
a { background-color: #CEA112; }
a { background-color: rgb(206,161,18); }
div.DivClassName
{
background-color: #CEA112;
}
.BgClassName
{
background-color: #CEA112;
}
</style>
border-color css
<style>
span { border-color: #CEA112; }
span { border-color: rgb(206,161,18); }
td.TdClassName
{
border-color: #CEA112;
}
.TagClassName
{
border-color: #CEA112;
}
</style>