Shades of Old Gold #C1B534
Tints of Old Gold #C1B534
RGB
CMYK
RGB Variations
Color information
#C1B534 (or 0xC1B534) is known color: Old Gold. HEX triplet: C1, B5 and 34. RGB value is (193,181,52). Sum of RGB (Red+Green+Blue) = 193+181+52=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B534 is #3E4ACB. Grayscale: #AAAAAA. Windows color (decimal): -4082380 or 3454401. OLE color: 3454401.
HSL color Cylindrical-coordinate representation of color #C1B534: hue angle of 54.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1B534 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 52 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.24 |
| HSL | 54.89º | 0.58% | 0.48% | - |
| HSV(B) | 54.89º | 0.73% | 0.76% | - |
| XYZ | 39.14 | 44.63 | 9.8 | - |
| YUV | 169.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 52 | 0 | 0.06 | 0.73 | 0.24 | 54.89 | 0.58 | 0.48 |
| Hex | C1 | B5 | 34 | 0 | 6 | 49 | 18 | 37 | 3A | 30 |
| Octal | 301 | 265 | 64 | 0 | 6 | 111 | 30 | 67 | 72 | 60 |
| Binary | 11000001 | 10110101 | 110100 | 0 | 110 | 1001001 | 11000 | 110111 | 111010 | 110000 |
Color Harmonies of #C1B534
Complementary color
Monochromatic Colors of #C1B534
Black with #C1B534
Text Example
Text Example
White with #C1B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B534; }
p { color: rgb(193,181,52); }
H1.HeaderClassName
{
color: #C1B534;
}
.AnyTagClassName
{
color: #C1B534;
}
</style>
background-color css
<style>
a { background-color: #C1B534; }
a { background-color: rgb(193,181,52); }
div.DivClassName
{
background-color: #C1B534;
}
.BgClassName
{
background-color: #C1B534;
}
</style>
border-color css
<style>
span { border-color: #C1B534; }
span { border-color: rgb(193,181,52); }
td.TdClassName
{
border-color: #C1B534;
}
.TagClassName
{
border-color: #C1B534;
}
</style>