Shades of Galliano #CBA22E
Tints of Galliano #CBA22E
RGB
CMYK
RGB Variations
Color information
#CBA22E (or 0xCBA22E) is known color: Galliano. HEX triplet: CB, A2 and 2E. RGB value is (203,162,46). Sum of RGB (Red+Green+Blue) = 203+162+46=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA22E is #345DD1. Grayscale: #A1A1A1. Windows color (decimal): -3431890 or 3056331. OLE color: 3056331.
HSL color Cylindrical-coordinate representation of color #CBA22E: hue angle of 44.33º 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 #CBA22E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 46 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.33º | 0.63% | 0.49% | - |
| HSV(B) | 44.33º | 0.77% | 0.8% | - |
| XYZ | 38.04 | 38.73 | 8.06 | - |
| YUV | 161.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 46 | 0 | 0.20 | 0.77 | 0.20 | 44.33 | 0.63 | 0.49 |
| Hex | CB | A2 | 2E | 0 | 14 | 4D | 14 | 2C | 3F | 31 |
| Octal | 313 | 242 | 56 | 0 | 24 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001011 | 10100010 | 101110 | 0 | 10100 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CBA22E
Complementary color
Monochromatic Colors of #CBA22E
Black with #CBA22E
Text Example
Text Example
White with #CBA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA22E; }
p { color: rgb(203,162,46); }
H1.HeaderClassName
{
color: #CBA22E;
}
.AnyTagClassName
{
color: #CBA22E;
}
</style>
background-color css
<style>
a { background-color: #CBA22E; }
a { background-color: rgb(203,162,46); }
div.DivClassName
{
background-color: #CBA22E;
}
.BgClassName
{
background-color: #CBA22E;
}
</style>
border-color css
<style>
span { border-color: #CBA22E; }
span { border-color: rgb(203,162,46); }
td.TdClassName
{
border-color: #CBA22E;
}
.TagClassName
{
border-color: #CBA22E;
}
</style>