Shades of Galliano #CBAC28
Tints of Galliano #CBAC28
RGB
CMYK
RGB Variations
Color information
#CBAC28 (or 0xCBAC28) is known color: Galliano. HEX triplet: CB, AC and 28. RGB value is (203,172,40). Sum of RGB (Red+Green+Blue) = 203+172+40=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC28 is #3453D7. Grayscale: #A6A6A6. Windows color (decimal): -3429336 or 2665675. OLE color: 2665675.
HSL color Cylindrical-coordinate representation of color #CBAC28: hue angle of 48.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBAC28 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 40 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.20 |
| HSL | 48.59º | 0.67% | 0.48% | - |
| HSV(B) | 48.59º | 0.8% | 0.8% | - |
| XYZ | 39.76 | 42.35 | 8.09 | - |
| YUV | 166.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 40 | 0 | 0.15 | 0.80 | 0.20 | 48.59 | 0.67 | 0.48 |
| Hex | CB | AC | 28 | 0 | F | 50 | 14 | 31 | 43 | 30 |
| Octal | 313 | 254 | 50 | 0 | 17 | 120 | 24 | 61 | 103 | 60 |
| Binary | 11001011 | 10101100 | 101000 | 0 | 1111 | 1010000 | 10100 | 110001 | 1000011 | 110000 |
Color Harmonies of #CBAC28
Complementary color
Monochromatic Colors of #CBAC28
Black with #CBAC28
Text Example
Text Example
White with #CBAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC28; }
p { color: rgb(203,172,40); }
H1.HeaderClassName
{
color: #CBAC28;
}
.AnyTagClassName
{
color: #CBAC28;
}
</style>
background-color css
<style>
a { background-color: #CBAC28; }
a { background-color: rgb(203,172,40); }
div.DivClassName
{
background-color: #CBAC28;
}
.BgClassName
{
background-color: #CBAC28;
}
</style>
border-color css
<style>
span { border-color: #CBAC28; }
span { border-color: rgb(203,172,40); }
td.TdClassName
{
border-color: #CBAC28;
}
.TagClassName
{
border-color: #CBAC28;
}
</style>