Shades of Galliano #CBA322
Tints of Galliano #CBA322
RGB
CMYK
RGB Variations
Color information
#CBA322 (or 0xCBA322) is known color: Galliano. HEX triplet: CB, A3 and 22. RGB value is (203,163,34). Sum of RGB (Red+Green+Blue) = 203+163+34=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA322 is #345CDD. Grayscale: #A0A0A0. Windows color (decimal): -3431646 or 2270155. OLE color: 2270155.
HSL color Cylindrical-coordinate representation of color #CBA322: hue angle of 45.8º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBA322 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.20 |
| HSL | 45.8º | 0.71% | 0.46% | - |
| HSV(B) | 45.8º | 0.83% | 0.8% | - |
| XYZ | 38.01 | 39.01 | 7.04 | - |
| YUV | 160.25 | 56.75 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 34 | 0 | 0.20 | 0.83 | 0.20 | 45.8 | 0.71 | 0.46 |
| Hex | CB | A3 | 22 | 0 | 14 | 53 | 14 | 2E | 47 | 2E |
| Octal | 313 | 243 | 42 | 0 | 24 | 123 | 24 | 56 | 107 | 56 |
| Binary | 11001011 | 10100011 | 100010 | 0 | 10100 | 1010011 | 10100 | 101110 | 1000111 | 101110 |
Color Harmonies of #CBA322
Complementary color
Monochromatic Colors of #CBA322
Black with #CBA322
Text Example
Text Example
White with #CBA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA322; }
p { color: rgb(203,163,34); }
H1.HeaderClassName
{
color: #CBA322;
}
.AnyTagClassName
{
color: #CBA322;
}
</style>
background-color css
<style>
a { background-color: #CBA322; }
a { background-color: rgb(203,163,34); }
div.DivClassName
{
background-color: #CBA322;
}
.BgClassName
{
background-color: #CBA322;
}
</style>
border-color css
<style>
span { border-color: #CBA322; }
span { border-color: rgb(203,163,34); }
td.TdClassName
{
border-color: #CBA322;
}
.TagClassName
{
border-color: #CBA322;
}
</style>