Shades of Galliano #CBA02E
Tints of Galliano #CBA02E
RGB
CMYK
RGB Variations
Color information
#CBA02E (or 0xCBA02E) is known color: Galliano. HEX triplet: CB, A0 and 2E. RGB value is (203,160,46). Sum of RGB (Red+Green+Blue) = 203+160+46=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA02E is #345FD1. Grayscale: #A0A0A0. Windows color (decimal): -3432402 or 3055819. OLE color: 3055819.
HSL color Cylindrical-coordinate representation of color #CBA02E: hue angle of 43.57º 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 #CBA02E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 46 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.20 |
| HSL | 43.57º | 0.63% | 0.49% | - |
| HSV(B) | 43.57º | 0.77% | 0.8% | - |
| XYZ | 37.69 | 38.04 | 7.94 | - |
| YUV | 159.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 46 | 0 | 0.21 | 0.77 | 0.20 | 43.57 | 0.63 | 0.49 |
| Hex | CB | A0 | 2E | 0 | 15 | 4D | 14 | 2C | 3F | 31 |
| Octal | 313 | 240 | 56 | 0 | 25 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001011 | 10100000 | 101110 | 0 | 10101 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CBA02E
Complementary color
Monochromatic Colors of #CBA02E
Black with #CBA02E
Text Example
Text Example
White with #CBA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA02E; }
p { color: rgb(203,160,46); }
H1.HeaderClassName
{
color: #CBA02E;
}
.AnyTagClassName
{
color: #CBA02E;
}
</style>
background-color css
<style>
a { background-color: #CBA02E; }
a { background-color: rgb(203,160,46); }
div.DivClassName
{
background-color: #CBA02E;
}
.BgClassName
{
background-color: #CBA02E;
}
</style>
border-color css
<style>
span { border-color: #CBA02E; }
span { border-color: rgb(203,160,46); }
td.TdClassName
{
border-color: #CBA02E;
}
.TagClassName
{
border-color: #CBA02E;
}
</style>