Shades of Galliano #CBA726
Tints of Galliano #CBA726
RGB
CMYK
RGB Variations
Color information
#CBA726 (or 0xCBA726) is known color: Galliano. HEX triplet: CB, A7 and 26. RGB value is (203,167,38). Sum of RGB (Red+Green+Blue) = 203+167+38=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA726 is #3458D9. Grayscale: #A3A3A3. Windows color (decimal): -3430618 or 2533323. OLE color: 2533323.
HSL color Cylindrical-coordinate representation of color #CBA726: hue angle of 46.91º 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 #CBA726 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 38 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.20 |
| HSL | 46.91º | 0.68% | 0.47% | - |
| HSV(B) | 46.91º | 0.81% | 0.8% | - |
| XYZ | 38.8 | 40.47 | 7.6 | - |
| YUV | 163.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 38 | 0 | 0.18 | 0.81 | 0.20 | 46.91 | 0.68 | 0.47 |
| Hex | CB | A7 | 26 | 0 | 12 | 51 | 14 | 2F | 44 | 2F |
| Octal | 313 | 247 | 46 | 0 | 22 | 121 | 24 | 57 | 104 | 57 |
| Binary | 11001011 | 10100111 | 100110 | 0 | 10010 | 1010001 | 10100 | 101111 | 1000100 | 101111 |
Color Harmonies of #CBA726
Complementary color
Monochromatic Colors of #CBA726
Black with #CBA726
Text Example
Text Example
White with #CBA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA726; }
p { color: rgb(203,167,38); }
H1.HeaderClassName
{
color: #CBA726;
}
.AnyTagClassName
{
color: #CBA726;
}
</style>
background-color css
<style>
a { background-color: #CBA726; }
a { background-color: rgb(203,167,38); }
div.DivClassName
{
background-color: #CBA726;
}
.BgClassName
{
background-color: #CBA726;
}
</style>
border-color css
<style>
span { border-color: #CBA726; }
span { border-color: rgb(203,167,38); }
td.TdClassName
{
border-color: #CBA726;
}
.TagClassName
{
border-color: #CBA726;
}
</style>