Shades of Galliano #CEA02C
Tints of Galliano #CEA02C
RGB
CMYK
RGB Variations
Color information
#CEA02C (or 0xCEA02C) is known color: Galliano. HEX triplet: CE, A0 and 2C. RGB value is (206,160,44). Sum of RGB (Red+Green+Blue) = 206+160+44=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA02C is #315FD3. Grayscale: #A1A1A1. Windows color (decimal): -3235796 or 2924750. OLE color: 2924750.
HSL color Cylindrical-coordinate representation of color #CEA02C: hue angle of 42.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA02C is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 44 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.19 |
| HSL | 42.96º | 0.65% | 0.49% | - |
| HSV(B) | 42.96º | 0.79% | 0.81% | - |
| XYZ | 38.48 | 38.45 | 7.78 | - |
| YUV | 160.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 44 | 0 | 0.22 | 0.79 | 0.19 | 42.96 | 0.65 | 0.49 |
| Hex | CE | A0 | 2C | 0 | 16 | 4F | 13 | 2B | 41 | 31 |
| Octal | 316 | 240 | 54 | 0 | 26 | 117 | 23 | 53 | 101 | 61 |
| Binary | 11001110 | 10100000 | 101100 | 0 | 10110 | 1001111 | 10011 | 101011 | 1000001 | 110001 |
Color Harmonies of #CEA02C
Complementary color
Monochromatic Colors of #CEA02C
Black with #CEA02C
Text Example
Text Example
White with #CEA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA02C; }
p { color: rgb(206,160,44); }
H1.HeaderClassName
{
color: #CEA02C;
}
.AnyTagClassName
{
color: #CEA02C;
}
</style>
background-color css
<style>
a { background-color: #CEA02C; }
a { background-color: rgb(206,160,44); }
div.DivClassName
{
background-color: #CEA02C;
}
.BgClassName
{
background-color: #CEA02C;
}
</style>
border-color css
<style>
span { border-color: #CEA02C; }
span { border-color: rgb(206,160,44); }
td.TdClassName
{
border-color: #CEA02C;
}
.TagClassName
{
border-color: #CEA02C;
}
</style>