Shades of Galliano #CBA12A
Tints of Galliano #CBA12A
RGB
CMYK
RGB Variations
Color information
#CBA12A (or 0xCBA12A) is known color: Galliano. HEX triplet: CB, A1 and 2A. RGB value is (203,161,42). Sum of RGB (Red+Green+Blue) = 203+161+42=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA12A is #345ED5. Grayscale: #A0A0A0. Windows color (decimal): -3432150 or 2793931. OLE color: 2793931.
HSL color Cylindrical-coordinate representation of color #CBA12A: hue angle of 44.35º 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 #CBA12A is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 42 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.20 |
| HSL | 44.35º | 0.66% | 0.48% | - |
| HSV(B) | 44.35º | 0.79% | 0.8% | - |
| XYZ | 37.79 | 38.35 | 7.6 | - |
| YUV | 159.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 42 | 0 | 0.21 | 0.79 | 0.20 | 44.35 | 0.66 | 0.48 |
| Hex | CB | A1 | 2A | 0 | 15 | 4F | 14 | 2C | 42 | 30 |
| Octal | 313 | 241 | 52 | 0 | 25 | 117 | 24 | 54 | 102 | 60 |
| Binary | 11001011 | 10100001 | 101010 | 0 | 10101 | 1001111 | 10100 | 101100 | 1000010 | 110000 |
Color Harmonies of #CBA12A
Complementary color
Monochromatic Colors of #CBA12A
Black with #CBA12A
Text Example
Text Example
White with #CBA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA12A; }
p { color: rgb(203,161,42); }
H1.HeaderClassName
{
color: #CBA12A;
}
.AnyTagClassName
{
color: #CBA12A;
}
</style>
background-color css
<style>
a { background-color: #CBA12A; }
a { background-color: rgb(203,161,42); }
div.DivClassName
{
background-color: #CBA12A;
}
.BgClassName
{
background-color: #CBA12A;
}
</style>
border-color css
<style>
span { border-color: #CBA12A; }
span { border-color: rgb(203,161,42); }
td.TdClassName
{
border-color: #CBA12A;
}
.TagClassName
{
border-color: #CBA12A;
}
</style>