Shades of Old Gold #C1B541
Tints of Old Gold #C1B541
RGB
CMYK
RGB Variations
Color information
#C1B541 (or 0xC1B541) is known color: Old Gold. HEX triplet: C1, B5 and 41. RGB value is (193,181,65). Sum of RGB (Red+Green+Blue) = 193+181+65=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B541 is #3E4ABE. Grayscale: #ABABAB. Windows color (decimal): -4082367 or 4306369. OLE color: 4306369.
HSL color Cylindrical-coordinate representation of color #C1B541: hue angle of 54.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1B541 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 65 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.24 |
| HSL | 54.38º | 0.51% | 0.51% | - |
| HSV(B) | 54.38º | 0.66% | 0.76% | - |
| XYZ | 39.47 | 44.77 | 11.56 | - |
| YUV | 171.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 65 | 0 | 0.06 | 0.66 | 0.24 | 54.38 | 0.51 | 0.51 |
| Hex | C1 | B5 | 41 | 0 | 6 | 42 | 18 | 36 | 33 | 33 |
| Octal | 301 | 265 | 101 | 0 | 6 | 102 | 30 | 66 | 63 | 63 |
| Binary | 11000001 | 10110101 | 1000001 | 0 | 110 | 1000010 | 11000 | 110110 | 110011 | 110011 |
Color Harmonies of #C1B541
Complementary color
Monochromatic Colors of #C1B541
Black with #C1B541
Text Example
Text Example
White with #C1B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B541; }
p { color: rgb(193,181,65); }
H1.HeaderClassName
{
color: #C1B541;
}
.AnyTagClassName
{
color: #C1B541;
}
</style>
background-color css
<style>
a { background-color: #C1B541; }
a { background-color: rgb(193,181,65); }
div.DivClassName
{
background-color: #C1B541;
}
.BgClassName
{
background-color: #C1B541;
}
</style>
border-color css
<style>
span { border-color: #C1B541; }
span { border-color: rgb(193,181,65); }
td.TdClassName
{
border-color: #C1B541;
}
.TagClassName
{
border-color: #C1B541;
}
</style>