Shades of Galliano #CBA225
Tints of Galliano #CBA225
RGB
CMYK
RGB Variations
Color information
#CBA225 (or 0xCBA225) is known color: Galliano. HEX triplet: CB, A2 and 25. RGB value is (203,162,37). Sum of RGB (Red+Green+Blue) = 203+162+37=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA225 is #345DDA. Grayscale: #A0A0A0. Windows color (decimal): -3431899 or 2466507. OLE color: 2466507.
HSL color Cylindrical-coordinate representation of color #CBA225: hue angle of 45.18º degrees, saturation: 0.69, 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 #CBA225 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 37 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.20 |
| HSL | 45.18º | 0.69% | 0.47% | - |
| HSV(B) | 45.18º | 0.82% | 0.8% | - |
| XYZ | 37.88 | 38.67 | 7.22 | - |
| YUV | 160.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 37 | 0 | 0.20 | 0.82 | 0.20 | 45.18 | 0.69 | 0.47 |
| Hex | CB | A2 | 25 | 0 | 14 | 52 | 14 | 2D | 45 | 2F |
| Octal | 313 | 242 | 45 | 0 | 24 | 122 | 24 | 55 | 105 | 57 |
| Binary | 11001011 | 10100010 | 100101 | 0 | 10100 | 1010010 | 10100 | 101101 | 1000101 | 101111 |
Color Harmonies of #CBA225
Complementary color
Monochromatic Colors of #CBA225
Black with #CBA225
Text Example
Text Example
White with #CBA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA225; }
p { color: rgb(203,162,37); }
H1.HeaderClassName
{
color: #CBA225;
}
.AnyTagClassName
{
color: #CBA225;
}
</style>
background-color css
<style>
a { background-color: #CBA225; }
a { background-color: rgb(203,162,37); }
div.DivClassName
{
background-color: #CBA225;
}
.BgClassName
{
background-color: #CBA225;
}
</style>
border-color css
<style>
span { border-color: #CBA225; }
span { border-color: rgb(203,162,37); }
td.TdClassName
{
border-color: #CBA225;
}
.TagClassName
{
border-color: #CBA225;
}
</style>