Shades of Galliano #CBA32A
Tints of Galliano #CBA32A
RGB
CMYK
RGB Variations
Color information
#CBA32A (or 0xCBA32A) is known color: Galliano. HEX triplet: CB, A3 and 2A. RGB value is (203,163,42). Sum of RGB (Red+Green+Blue) = 203+163+42=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA32A is #345CD5. Grayscale: #A1A1A1. Windows color (decimal): -3431638 or 2794443. OLE color: 2794443.
HSL color Cylindrical-coordinate representation of color #CBA32A: hue angle of 45.09º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBA32A is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 42 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.20 |
| HSL | 45.09º | 0.66% | 0.48% | - |
| HSV(B) | 45.09º | 0.79% | 0.8% | - |
| XYZ | 38.14 | 39.06 | 7.72 | - |
| YUV | 161.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 42 | 0 | 0.20 | 0.79 | 0.20 | 45.09 | 0.66 | 0.48 |
| Hex | CB | A3 | 2A | 0 | 14 | 4F | 14 | 2D | 42 | 30 |
| Octal | 313 | 243 | 52 | 0 | 24 | 117 | 24 | 55 | 102 | 60 |
| Binary | 11001011 | 10100011 | 101010 | 0 | 10100 | 1001111 | 10100 | 101101 | 1000010 | 110000 |
Color Harmonies of #CBA32A
Complementary color
Monochromatic Colors of #CBA32A
Black with #CBA32A
Text Example
Text Example
White with #CBA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA32A; }
p { color: rgb(203,163,42); }
H1.HeaderClassName
{
color: #CBA32A;
}
.AnyTagClassName
{
color: #CBA32A;
}
</style>
background-color css
<style>
a { background-color: #CBA32A; }
a { background-color: rgb(203,163,42); }
div.DivClassName
{
background-color: #CBA32A;
}
.BgClassName
{
background-color: #CBA32A;
}
</style>
border-color css
<style>
span { border-color: #CBA32A; }
span { border-color: rgb(203,163,42); }
td.TdClassName
{
border-color: #CBA32A;
}
.TagClassName
{
border-color: #CBA32A;
}
</style>