Shades of Galliano #CB9E28
Tints of Galliano #CB9E28
RGB
CMYK
RGB Variations
Color information
#CB9E28 (or 0xCB9E28) is known color: Galliano. HEX triplet: CB, 9E and 28. RGB value is (203,158,40). Sum of RGB (Red+Green+Blue) = 203+158+40=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E28 is #3461D7. Grayscale: #9E9E9E. Windows color (decimal): -3432920 or 2662091. OLE color: 2662091.
HSL color Cylindrical-coordinate representation of color #CB9E28: hue angle of 43.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB9E28 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 40 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.20 |
| HSL | 43.44º | 0.67% | 0.48% | - |
| HSV(B) | 43.44º | 0.8% | 0.8% | - |
| XYZ | 37.24 | 37.3 | 7.25 | - |
| YUV | 158 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 40 | 0 | 0.22 | 0.80 | 0.20 | 43.44 | 0.67 | 0.48 |
| Hex | CB | 9E | 28 | 0 | 16 | 50 | 14 | 2B | 43 | 30 |
| Octal | 313 | 236 | 50 | 0 | 26 | 120 | 24 | 53 | 103 | 60 |
| Binary | 11001011 | 10011110 | 101000 | 0 | 10110 | 1010000 | 10100 | 101011 | 1000011 | 110000 |
Color Harmonies of #CB9E28
Complementary color
Monochromatic Colors of #CB9E28
Black with #CB9E28
Text Example
Text Example
White with #CB9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E28; }
p { color: rgb(203,158,40); }
H1.HeaderClassName
{
color: #CB9E28;
}
.AnyTagClassName
{
color: #CB9E28;
}
</style>
background-color css
<style>
a { background-color: #CB9E28; }
a { background-color: rgb(203,158,40); }
div.DivClassName
{
background-color: #CB9E28;
}
.BgClassName
{
background-color: #CB9E28;
}
</style>
border-color css
<style>
span { border-color: #CB9E28; }
span { border-color: rgb(203,158,40); }
td.TdClassName
{
border-color: #CB9E28;
}
.TagClassName
{
border-color: #CB9E28;
}
</style>