Shades of Galliano #CBA52A
Tints of Galliano #CBA52A
RGB
CMYK
RGB Variations
Color information
#CBA52A (or 0xCBA52A) is known color: Galliano. HEX triplet: CB, A5 and 2A. RGB value is (203,165,42). Sum of RGB (Red+Green+Blue) = 203+165+42=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA52A is #345AD5. Grayscale: #A2A2A2. Windows color (decimal): -3431126 or 2794955. OLE color: 2794955.
HSL color Cylindrical-coordinate representation of color #CBA52A: hue angle of 45.84º 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 #CBA52A is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 42 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.20 |
| HSL | 45.84º | 0.66% | 0.48% | - |
| HSV(B) | 45.84º | 0.79% | 0.8% | - |
| XYZ | 38.5 | 39.77 | 7.84 | - |
| YUV | 162.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 42 | 0 | 0.19 | 0.79 | 0.20 | 45.84 | 0.66 | 0.48 |
| Hex | CB | A5 | 2A | 0 | 13 | 4F | 14 | 2E | 42 | 30 |
| Octal | 313 | 245 | 52 | 0 | 23 | 117 | 24 | 56 | 102 | 60 |
| Binary | 11001011 | 10100101 | 101010 | 0 | 10011 | 1001111 | 10100 | 101110 | 1000010 | 110000 |
Color Harmonies of #CBA52A
Complementary color
Monochromatic Colors of #CBA52A
Black with #CBA52A
Text Example
Text Example
White with #CBA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA52A; }
p { color: rgb(203,165,42); }
H1.HeaderClassName
{
color: #CBA52A;
}
.AnyTagClassName
{
color: #CBA52A;
}
</style>
background-color css
<style>
a { background-color: #CBA52A; }
a { background-color: rgb(203,165,42); }
div.DivClassName
{
background-color: #CBA52A;
}
.BgClassName
{
background-color: #CBA52A;
}
</style>
border-color css
<style>
span { border-color: #CBA52A; }
span { border-color: rgb(203,165,42); }
td.TdClassName
{
border-color: #CBA52A;
}
.TagClassName
{
border-color: #CBA52A;
}
</style>