Shades of Galliano #CBA32E
Tints of Galliano #CBA32E
RGB
CMYK
RGB Variations
Color information
#CBA32E (or 0xCBA32E) is known color: Galliano. HEX triplet: CB, A3 and 2E. RGB value is (203,163,46). Sum of RGB (Red+Green+Blue) = 203+163+46=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA32E is #345CD1. Grayscale: #A2A2A2. Windows color (decimal): -3431634 or 3056587. OLE color: 3056587.
HSL color Cylindrical-coordinate representation of color #CBA32E: hue angle of 44.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBA32E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 46 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.71º | 0.63% | 0.49% | - |
| HSV(B) | 44.71º | 0.77% | 0.8% | - |
| XYZ | 38.22 | 39.09 | 8.12 | - |
| YUV | 161.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 46 | 0 | 0.20 | 0.77 | 0.20 | 44.71 | 0.63 | 0.49 |
| Hex | CB | A3 | 2E | 0 | 14 | 4D | 14 | 2D | 3F | 31 |
| Octal | 313 | 243 | 56 | 0 | 24 | 115 | 24 | 55 | 77 | 61 |
| Binary | 11001011 | 10100011 | 101110 | 0 | 10100 | 1001101 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CBA32E
Complementary color
Monochromatic Colors of #CBA32E
Black with #CBA32E
Text Example
Text Example
White with #CBA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA32E; }
p { color: rgb(203,163,46); }
H1.HeaderClassName
{
color: #CBA32E;
}
.AnyTagClassName
{
color: #CBA32E;
}
</style>
background-color css
<style>
a { background-color: #CBA32E; }
a { background-color: rgb(203,163,46); }
div.DivClassName
{
background-color: #CBA32E;
}
.BgClassName
{
background-color: #CBA32E;
}
</style>
border-color css
<style>
span { border-color: #CBA32E; }
span { border-color: rgb(203,163,46); }
td.TdClassName
{
border-color: #CBA32E;
}
.TagClassName
{
border-color: #CBA32E;
}
</style>