Shades of Galliano #CBA31B
Tints of Galliano #CBA31B
RGB
CMYK
RGB Variations
Color information
#CBA31B (or 0xCBA31B) is known color: Galliano. HEX triplet: CB, A3 and 1B. RGB value is (203,163,27). Sum of RGB (Red+Green+Blue) = 203+163+27=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA31B is #345CE4. Grayscale: #A0A0A0. Windows color (decimal): -3431653 or 1811403. OLE color: 1811403.
HSL color Cylindrical-coordinate representation of color #CBA31B: hue angle of 46.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBA31B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.20 |
| HSL | 46.36º | 0.77% | 0.45% | - |
| HSV(B) | 46.36º | 0.87% | 0.8% | - |
| XYZ | 37.92 | 38.97 | 6.56 | - |
| YUV | 159.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 27 | 0 | 0.20 | 0.87 | 0.20 | 46.36 | 0.77 | 0.45 |
| Hex | CB | A3 | 1B | 0 | 14 | 57 | 14 | 2E | 4D | 2D |
| Octal | 313 | 243 | 33 | 0 | 24 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001011 | 10100011 | 11011 | 0 | 10100 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CBA31B
Complementary color
Monochromatic Colors of #CBA31B
Black with #CBA31B
Text Example
Text Example
White with #CBA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA31B; }
p { color: rgb(203,163,27); }
H1.HeaderClassName
{
color: #CBA31B;
}
.AnyTagClassName
{
color: #CBA31B;
}
</style>
background-color css
<style>
a { background-color: #CBA31B; }
a { background-color: rgb(203,163,27); }
div.DivClassName
{
background-color: #CBA31B;
}
.BgClassName
{
background-color: #CBA31B;
}
</style>
border-color css
<style>
span { border-color: #CBA31B; }
span { border-color: rgb(203,163,27); }
td.TdClassName
{
border-color: #CBA31B;
}
.TagClassName
{
border-color: #CBA31B;
}
</style>