Shades of Galliano #CBB027
Tints of Galliano #CBB027
RGB
CMYK
RGB Variations
Color information
#CBB027 (or 0xCBB027) is known color: Galliano. HEX triplet: CB, B0 and 27. RGB value is (203,176,39). Sum of RGB (Red+Green+Blue) = 203+176+39=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB027 is #344FD8. Grayscale: #A9A9A9. Windows color (decimal): -3428313 or 2601163. OLE color: 2601163.
HSL color Cylindrical-coordinate representation of color #CBB027: hue angle of 50.12º 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 #CBB027 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 39 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.20 |
| HSL | 50.12º | 0.68% | 0.47% | - |
| HSV(B) | 50.12º | 0.81% | 0.8% | - |
| XYZ | 40.52 | 43.89 | 8.26 | - |
| YUV | 168.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 39 | 0 | 0.13 | 0.81 | 0.20 | 50.12 | 0.68 | 0.47 |
| Hex | CB | B0 | 27 | 0 | D | 51 | 14 | 32 | 44 | 2F |
| Octal | 313 | 260 | 47 | 0 | 15 | 121 | 24 | 62 | 104 | 57 |
| Binary | 11001011 | 10110000 | 100111 | 0 | 1101 | 1010001 | 10100 | 110010 | 1000100 | 101111 |
Color Harmonies of #CBB027
Complementary color
Monochromatic Colors of #CBB027
Black with #CBB027
Text Example
Text Example
White with #CBB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB027; }
p { color: rgb(203,176,39); }
H1.HeaderClassName
{
color: #CBB027;
}
.AnyTagClassName
{
color: #CBB027;
}
</style>
background-color css
<style>
a { background-color: #CBB027; }
a { background-color: rgb(203,176,39); }
div.DivClassName
{
background-color: #CBB027;
}
.BgClassName
{
background-color: #CBB027;
}
</style>
border-color css
<style>
span { border-color: #CBB027; }
span { border-color: rgb(203,176,39); }
td.TdClassName
{
border-color: #CBB027;
}
.TagClassName
{
border-color: #CBB027;
}
</style>