Shades of Galliano #CBA026
Tints of Galliano #CBA026
RGB
CMYK
RGB Variations
Color information
#CBA026 (or 0xCBA026) is known color: Galliano. HEX triplet: CB, A0 and 26. RGB value is (203,160,38). Sum of RGB (Red+Green+Blue) = 203+160+38=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA026 is #345FD9. Grayscale: #9F9F9F. Windows color (decimal): -3432410 or 2531531. OLE color: 2531531.
HSL color Cylindrical-coordinate representation of color #CBA026: hue angle of 44.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBA026 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 38 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.20 |
| HSL | 44.36º | 0.68% | 0.47% | - |
| HSV(B) | 44.36º | 0.81% | 0.8% | - |
| XYZ | 37.55 | 37.98 | 7.19 | - |
| YUV | 158.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 38 | 0 | 0.21 | 0.81 | 0.20 | 44.36 | 0.68 | 0.47 |
| Hex | CB | A0 | 26 | 0 | 15 | 51 | 14 | 2C | 44 | 2F |
| Octal | 313 | 240 | 46 | 0 | 25 | 121 | 24 | 54 | 104 | 57 |
| Binary | 11001011 | 10100000 | 100110 | 0 | 10101 | 1010001 | 10100 | 101100 | 1000100 | 101111 |
Color Harmonies of #CBA026
Complementary color
Monochromatic Colors of #CBA026
Black with #CBA026
Text Example
Text Example
White with #CBA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA026; }
p { color: rgb(203,160,38); }
H1.HeaderClassName
{
color: #CBA026;
}
.AnyTagClassName
{
color: #CBA026;
}
</style>
background-color css
<style>
a { background-color: #CBA026; }
a { background-color: rgb(203,160,38); }
div.DivClassName
{
background-color: #CBA026;
}
.BgClassName
{
background-color: #CBA026;
}
</style>
border-color css
<style>
span { border-color: #CBA026; }
span { border-color: rgb(203,160,38); }
td.TdClassName
{
border-color: #CBA026;
}
.TagClassName
{
border-color: #CBA026;
}
</style>