Shades of Galliano #CBA224
Tints of Galliano #CBA224
RGB
CMYK
RGB Variations
Color information
#CBA224 (or 0xCBA224) is known color: Galliano. HEX triplet: CB, A2 and 24. RGB value is (203,162,36). Sum of RGB (Red+Green+Blue) = 203+162+36=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA224 is #345DDB. Grayscale: #A0A0A0. Windows color (decimal): -3431900 or 2400971. OLE color: 2400971.
HSL color Cylindrical-coordinate representation of color #CBA224: hue angle of 45.27º 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 #CBA224 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 36 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.20 |
| HSL | 45.27º | 0.7% | 0.47% | - |
| HSV(B) | 45.27º | 0.82% | 0.8% | - |
| XYZ | 37.87 | 38.66 | 7.14 | - |
| YUV | 159.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 36 | 0 | 0.20 | 0.82 | 0.20 | 45.27 | 0.7 | 0.47 |
| Hex | CB | A2 | 24 | 0 | 14 | 52 | 14 | 2D | 46 | 2F |
| Octal | 313 | 242 | 44 | 0 | 24 | 122 | 24 | 55 | 106 | 57 |
| Binary | 11001011 | 10100010 | 100100 | 0 | 10100 | 1010010 | 10100 | 101101 | 1000110 | 101111 |
Color Harmonies of #CBA224
Complementary color
Monochromatic Colors of #CBA224
Black with #CBA224
Text Example
Text Example
White with #CBA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA224; }
p { color: rgb(203,162,36); }
H1.HeaderClassName
{
color: #CBA224;
}
.AnyTagClassName
{
color: #CBA224;
}
</style>
background-color css
<style>
a { background-color: #CBA224; }
a { background-color: rgb(203,162,36); }
div.DivClassName
{
background-color: #CBA224;
}
.BgClassName
{
background-color: #CBA224;
}
</style>
border-color css
<style>
span { border-color: #CBA224; }
span { border-color: rgb(203,162,36); }
td.TdClassName
{
border-color: #CBA224;
}
.TagClassName
{
border-color: #CBA224;
}
</style>