Shades of Old Gold #C1B531
Tints of Old Gold #C1B531
RGB
CMYK
RGB Variations
Color information
#C1B531 (or 0xC1B531) is known color: Old Gold. HEX triplet: C1, B5 and 31. RGB value is (193,181,49). Sum of RGB (Red+Green+Blue) = 193+181+49=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B531 is #3E4ACE. Grayscale: #AAAAAA. Windows color (decimal): -4082383 or 3257793. OLE color: 3257793.
HSL color Cylindrical-coordinate representation of color #C1B531: hue angle of 55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1B531 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 49 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.24 |
| HSL | 55º | 0.6% | 0.47% | - |
| HSV(B) | 55º | 0.75% | 0.76% | - |
| XYZ | 39.07 | 44.61 | 9.46 | - |
| YUV | 169.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 49 | 0 | 0.06 | 0.75 | 0.24 | 55 | 0.6 | 0.47 |
| Hex | C1 | B5 | 31 | 0 | 6 | 4B | 18 | 37 | 3C | 2F |
| Octal | 301 | 265 | 61 | 0 | 6 | 113 | 30 | 67 | 74 | 57 |
| Binary | 11000001 | 10110101 | 110001 | 0 | 110 | 1001011 | 11000 | 110111 | 111100 | 101111 |
Color Harmonies of #C1B531
Complementary color
Monochromatic Colors of #C1B531
Black with #C1B531
Text Example
Text Example
White with #C1B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B531; }
p { color: rgb(193,181,49); }
H1.HeaderClassName
{
color: #C1B531;
}
.AnyTagClassName
{
color: #C1B531;
}
</style>
background-color css
<style>
a { background-color: #C1B531; }
a { background-color: rgb(193,181,49); }
div.DivClassName
{
background-color: #C1B531;
}
.BgClassName
{
background-color: #C1B531;
}
</style>
border-color css
<style>
span { border-color: #C1B531; }
span { border-color: rgb(193,181,49); }
td.TdClassName
{
border-color: #C1B531;
}
.TagClassName
{
border-color: #C1B531;
}
</style>