Shades of Old Gold #C1B539
Tints of Old Gold #C1B539
RGB
CMYK
RGB Variations
Color information
#C1B539 (or 0xC1B539) is known color: Old Gold. HEX triplet: C1, B5 and 39. RGB value is (193,181,57). Sum of RGB (Red+Green+Blue) = 193+181+57=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B539 is #3E4AC6. Grayscale: #AAAAAA. Windows color (decimal): -4082375 or 3782081. OLE color: 3782081.
HSL color Cylindrical-coordinate representation of color #C1B539: hue angle of 54.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1B539 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 57 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.24 |
| HSL | 54.71º | 0.54% | 0.49% | - |
| HSV(B) | 54.71º | 0.7% | 0.76% | - |
| XYZ | 39.25 | 44.68 | 10.43 | - |
| YUV | 170.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 57 | 0 | 0.06 | 0.70 | 0.24 | 54.71 | 0.54 | 0.49 |
| Hex | C1 | B5 | 39 | 0 | 6 | 46 | 18 | 37 | 36 | 31 |
| Octal | 301 | 265 | 71 | 0 | 6 | 106 | 30 | 67 | 66 | 61 |
| Binary | 11000001 | 10110101 | 111001 | 0 | 110 | 1000110 | 11000 | 110111 | 110110 | 110001 |
Color Harmonies of #C1B539
Complementary color
Monochromatic Colors of #C1B539
Black with #C1B539
Text Example
Text Example
White with #C1B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B539; }
p { color: rgb(193,181,57); }
H1.HeaderClassName
{
color: #C1B539;
}
.AnyTagClassName
{
color: #C1B539;
}
</style>
background-color css
<style>
a { background-color: #C1B539; }
a { background-color: rgb(193,181,57); }
div.DivClassName
{
background-color: #C1B539;
}
.BgClassName
{
background-color: #C1B539;
}
</style>
border-color css
<style>
span { border-color: #C1B539; }
span { border-color: rgb(193,181,57); }
td.TdClassName
{
border-color: #C1B539;
}
.TagClassName
{
border-color: #C1B539;
}
</style>