Shades of Galliano #CBAC15
Tints of Galliano #CBAC15
RGB
CMYK
RGB Variations
Color information
#CBAC15 (or 0xCBAC15) is known color: Galliano. HEX triplet: CB, AC and 15. RGB value is (203,172,21). Sum of RGB (Red+Green+Blue) = 203+172+21=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAC15 is #3453EA. Grayscale: #A4A4A4. Windows color (decimal): -3429355 or 1420491. OLE color: 1420491.
HSL color Cylindrical-coordinate representation of color #CBAC15: hue angle of 49.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBAC15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.20 |
| HSL | 49.78º | 0.81% | 0.44% | - |
| HSV(B) | 49.78º | 0.9% | 0.8% | - |
| XYZ | 39.52 | 42.26 | 6.78 | - |
| YUV | 164.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 21 | 0 | 0.15 | 0.90 | 0.20 | 49.78 | 0.81 | 0.44 |
| Hex | CB | AC | 15 | 0 | F | 5A | 14 | 32 | 51 | 2C |
| Octal | 313 | 254 | 25 | 0 | 17 | 132 | 24 | 62 | 121 | 54 |
| Binary | 11001011 | 10101100 | 10101 | 0 | 1111 | 1011010 | 10100 | 110010 | 1010001 | 101100 |
Color Harmonies of #CBAC15
Complementary color
Monochromatic Colors of #CBAC15
Black with #CBAC15
Text Example
Text Example
White with #CBAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC15; }
p { color: rgb(203,172,21); }
H1.HeaderClassName
{
color: #CBAC15;
}
.AnyTagClassName
{
color: #CBAC15;
}
</style>
background-color css
<style>
a { background-color: #CBAC15; }
a { background-color: rgb(203,172,21); }
div.DivClassName
{
background-color: #CBAC15;
}
.BgClassName
{
background-color: #CBAC15;
}
</style>
border-color css
<style>
span { border-color: #CBAC15; }
span { border-color: rgb(203,172,21); }
td.TdClassName
{
border-color: #CBAC15;
}
.TagClassName
{
border-color: #CBAC15;
}
</style>