Shades of Galliano #CBA823
Tints of Galliano #CBA823
RGB
CMYK
RGB Variations
Color information
#CBA823 (or 0xCBA823) is known color: Galliano. HEX triplet: CB, A8 and 23. RGB value is (203,168,35). Sum of RGB (Red+Green+Blue) = 203+168+35=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA823 is #3457DC. Grayscale: #A3A3A3. Windows color (decimal): -3430365 or 2336971. OLE color: 2336971.
HSL color Cylindrical-coordinate representation of color #CBA823: hue angle of 47.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBA823 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 35 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.20 |
| HSL | 47.5º | 0.71% | 0.47% | - |
| HSV(B) | 47.5º | 0.83% | 0.8% | - |
| XYZ | 38.93 | 40.82 | 7.42 | - |
| YUV | 163.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 35 | 0 | 0.17 | 0.83 | 0.20 | 47.5 | 0.71 | 0.47 |
| Hex | CB | A8 | 23 | 0 | 11 | 53 | 14 | 30 | 47 | 2F |
| Octal | 313 | 250 | 43 | 0 | 21 | 123 | 24 | 60 | 107 | 57 |
| Binary | 11001011 | 10101000 | 100011 | 0 | 10001 | 1010011 | 10100 | 110000 | 1000111 | 101111 |
Color Harmonies of #CBA823
Complementary color
Monochromatic Colors of #CBA823
Black with #CBA823
Text Example
Text Example
White with #CBA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA823; }
p { color: rgb(203,168,35); }
H1.HeaderClassName
{
color: #CBA823;
}
.AnyTagClassName
{
color: #CBA823;
}
</style>
background-color css
<style>
a { background-color: #CBA823; }
a { background-color: rgb(203,168,35); }
div.DivClassName
{
background-color: #CBA823;
}
.BgClassName
{
background-color: #CBA823;
}
</style>
border-color css
<style>
span { border-color: #CBA823; }
span { border-color: rgb(203,168,35); }
td.TdClassName
{
border-color: #CBA823;
}
.TagClassName
{
border-color: #CBA823;
}
</style>