Shades of Galliano #CE9C27
Tints of Galliano #CE9C27
RGB
CMYK
RGB Variations
Color information
#CE9C27 (or 0xCE9C27) is known color: Galliano. HEX triplet: CE, 9C and 27. RGB value is (206,156,39). Sum of RGB (Red+Green+Blue) = 206+156+39=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C27 is #3163D8. Grayscale: #9E9E9E. Windows color (decimal): -3236825 or 2596046. OLE color: 2596046.
HSL color Cylindrical-coordinate representation of color #CE9C27: hue angle of 42.04º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE9C27 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 39 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.19 |
| HSL | 42.04º | 0.68% | 0.48% | - |
| HSV(B) | 42.04º | 0.81% | 0.81% | - |
| XYZ | 37.71 | 37.05 | 7.08 | - |
| YUV | 157.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 39 | 0 | 0.24 | 0.81 | 0.19 | 42.04 | 0.68 | 0.48 |
| Hex | CE | 9C | 27 | 0 | 18 | 51 | 13 | 2A | 44 | 30 |
| Octal | 316 | 234 | 47 | 0 | 30 | 121 | 23 | 52 | 104 | 60 |
| Binary | 11001110 | 10011100 | 100111 | 0 | 11000 | 1010001 | 10011 | 101010 | 1000100 | 110000 |
Color Harmonies of #CE9C27
Complementary color
Monochromatic Colors of #CE9C27
Black with #CE9C27
Text Example
Text Example
White with #CE9C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C27; }
p { color: rgb(206,156,39); }
H1.HeaderClassName
{
color: #CE9C27;
}
.AnyTagClassName
{
color: #CE9C27;
}
</style>
background-color css
<style>
a { background-color: #CE9C27; }
a { background-color: rgb(206,156,39); }
div.DivClassName
{
background-color: #CE9C27;
}
.BgClassName
{
background-color: #CE9C27;
}
</style>
border-color css
<style>
span { border-color: #CE9C27; }
span { border-color: rgb(206,156,39); }
td.TdClassName
{
border-color: #CE9C27;
}
.TagClassName
{
border-color: #CE9C27;
}
</style>