Shades of Galliano #CBAF1B
Tints of Galliano #CBAF1B
RGB
CMYK
RGB Variations
Color information
#CBAF1B (or 0xCBAF1B) is known color: Galliano. HEX triplet: CB, AF and 1B. RGB value is (203,175,27). Sum of RGB (Red+Green+Blue) = 203+175+27=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF1B is #3450E4. Grayscale: #A7A7A7. Windows color (decimal): -3428581 or 1814475. OLE color: 1814475.
HSL color Cylindrical-coordinate representation of color #CBAF1B: hue angle of 50.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBAF1B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.20 |
| HSL | 50.45º | 0.77% | 0.45% | - |
| HSV(B) | 50.45º | 0.87% | 0.8% | - |
| XYZ | 40.16 | 43.44 | 7.3 | - |
| YUV | 166.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 27 | 0 | 0.14 | 0.87 | 0.20 | 50.45 | 0.77 | 0.45 |
| Hex | CB | AF | 1B | 0 | E | 57 | 14 | 32 | 4D | 2D |
| Octal | 313 | 257 | 33 | 0 | 16 | 127 | 24 | 62 | 115 | 55 |
| Binary | 11001011 | 10101111 | 11011 | 0 | 1110 | 1010111 | 10100 | 110010 | 1001101 | 101101 |
Color Harmonies of #CBAF1B
Complementary color
Monochromatic Colors of #CBAF1B
Black with #CBAF1B
Text Example
Text Example
White with #CBAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF1B; }
p { color: rgb(203,175,27); }
H1.HeaderClassName
{
color: #CBAF1B;
}
.AnyTagClassName
{
color: #CBAF1B;
}
</style>
background-color css
<style>
a { background-color: #CBAF1B; }
a { background-color: rgb(203,175,27); }
div.DivClassName
{
background-color: #CBAF1B;
}
.BgClassName
{
background-color: #CBAF1B;
}
</style>
border-color css
<style>
span { border-color: #CBAF1B; }
span { border-color: rgb(203,175,27); }
td.TdClassName
{
border-color: #CBAF1B;
}
.TagClassName
{
border-color: #CBAF1B;
}
</style>