Shades of Galliano #CE9E27
Tints of Galliano #CE9E27
RGB
CMYK
RGB Variations
Color information
#CE9E27 (or 0xCE9E27) is known color: Galliano. HEX triplet: CE, 9E and 27. RGB value is (206,158,39). Sum of RGB (Red+Green+Blue) = 206+158+39=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E27 is #3161D8. Grayscale: #9F9F9F. Windows color (decimal): -3236313 or 2596558. OLE color: 2596558.
HSL color Cylindrical-coordinate representation of color #CE9E27: hue angle of 42.75º 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 #CE9E27 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 39 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.19 |
| HSL | 42.75º | 0.68% | 0.48% | - |
| HSV(B) | 42.75º | 0.81% | 0.81% | - |
| XYZ | 38.05 | 37.72 | 7.2 | - |
| YUV | 158.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 39 | 0 | 0.23 | 0.81 | 0.19 | 42.75 | 0.68 | 0.48 |
| Hex | CE | 9E | 27 | 0 | 17 | 51 | 13 | 2B | 44 | 30 |
| Octal | 316 | 236 | 47 | 0 | 27 | 121 | 23 | 53 | 104 | 60 |
| Binary | 11001110 | 10011110 | 100111 | 0 | 10111 | 1010001 | 10011 | 101011 | 1000100 | 110000 |
Color Harmonies of #CE9E27
Complementary color
Monochromatic Colors of #CE9E27
Black with #CE9E27
Text Example
Text Example
White with #CE9E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E27; }
p { color: rgb(206,158,39); }
H1.HeaderClassName
{
color: #CE9E27;
}
.AnyTagClassName
{
color: #CE9E27;
}
</style>
background-color css
<style>
a { background-color: #CE9E27; }
a { background-color: rgb(206,158,39); }
div.DivClassName
{
background-color: #CE9E27;
}
.BgClassName
{
background-color: #CE9E27;
}
</style>
border-color css
<style>
span { border-color: #CE9E27; }
span { border-color: rgb(206,158,39); }
td.TdClassName
{
border-color: #CE9E27;
}
.TagClassName
{
border-color: #CE9E27;
}
</style>