Shades of Galliano #CBA620
Tints of Galliano #CBA620
RGB
CMYK
RGB Variations
Color information
#CBA620 (or 0xCBA620) is known color: Galliano. HEX triplet: CB, A6 and 20. RGB value is (203,166,32). Sum of RGB (Red+Green+Blue) = 203+166+32=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA620 is #3459DF. Grayscale: #A2A2A2. Windows color (decimal): -3430880 or 2139851. OLE color: 2139851.
HSL color Cylindrical-coordinate representation of color #CBA620: hue angle of 47.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBA620 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 32 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.20 |
| HSL | 47.02º | 0.73% | 0.46% | - |
| HSV(B) | 47.02º | 0.84% | 0.8% | - |
| XYZ | 38.53 | 40.07 | 7.07 | - |
| YUV | 161.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 32 | 0 | 0.18 | 0.84 | 0.20 | 47.02 | 0.73 | 0.46 |
| Hex | CB | A6 | 20 | 0 | 12 | 54 | 14 | 2F | 49 | 2E |
| Octal | 313 | 246 | 40 | 0 | 22 | 124 | 24 | 57 | 111 | 56 |
| Binary | 11001011 | 10100110 | 100000 | 0 | 10010 | 1010100 | 10100 | 101111 | 1001001 | 101110 |
Color Harmonies of #CBA620
Complementary color
Monochromatic Colors of #CBA620
Black with #CBA620
Text Example
Text Example
White with #CBA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA620; }
p { color: rgb(203,166,32); }
H1.HeaderClassName
{
color: #CBA620;
}
.AnyTagClassName
{
color: #CBA620;
}
</style>
background-color css
<style>
a { background-color: #CBA620; }
a { background-color: rgb(203,166,32); }
div.DivClassName
{
background-color: #CBA620;
}
.BgClassName
{
background-color: #CBA620;
}
</style>
border-color css
<style>
span { border-color: #CBA620; }
span { border-color: rgb(203,166,32); }
td.TdClassName
{
border-color: #CBA620;
}
.TagClassName
{
border-color: #CBA620;
}
</style>