Shades of Galliano #CBA324
Tints of Galliano #CBA324
RGB
CMYK
RGB Variations
Color information
#CBA324 (or 0xCBA324) is known color: Galliano. HEX triplet: CB, A3 and 24. RGB value is (203,163,36). Sum of RGB (Red+Green+Blue) = 203+163+36=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA324 is #345CDB. Grayscale: #A1A1A1. Windows color (decimal): -3431644 or 2401227. OLE color: 2401227.
HSL color Cylindrical-coordinate representation of color #CBA324: hue angle of 45.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBA324 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 36 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.20 |
| HSL | 45.63º | 0.7% | 0.47% | - |
| HSV(B) | 45.63º | 0.82% | 0.8% | - |
| XYZ | 38.04 | 39.02 | 7.2 | - |
| YUV | 160.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 36 | 0 | 0.20 | 0.82 | 0.20 | 45.63 | 0.7 | 0.47 |
| Hex | CB | A3 | 24 | 0 | 14 | 52 | 14 | 2E | 46 | 2F |
| Octal | 313 | 243 | 44 | 0 | 24 | 122 | 24 | 56 | 106 | 57 |
| Binary | 11001011 | 10100011 | 100100 | 0 | 10100 | 1010010 | 10100 | 101110 | 1000110 | 101111 |
Color Harmonies of #CBA324
Complementary color
Monochromatic Colors of #CBA324
Black with #CBA324
Text Example
Text Example
White with #CBA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA324; }
p { color: rgb(203,163,36); }
H1.HeaderClassName
{
color: #CBA324;
}
.AnyTagClassName
{
color: #CBA324;
}
</style>
background-color css
<style>
a { background-color: #CBA324; }
a { background-color: rgb(203,163,36); }
div.DivClassName
{
background-color: #CBA324;
}
.BgClassName
{
background-color: #CBA324;
}
</style>
border-color css
<style>
span { border-color: #CBA324; }
span { border-color: rgb(203,163,36); }
td.TdClassName
{
border-color: #CBA324;
}
.TagClassName
{
border-color: #CBA324;
}
</style>