Shades of Old Gold #C1C034
Tints of Old Gold #C1C034
RGB
CMYK
RGB Variations
Color information
#C1C034 (or 0xC1C034) is known color: Old Gold. HEX triplet: C1, C0 and 34. RGB value is (193,192,52). Sum of RGB (Red+Green+Blue) = 193+192+52=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C034 is #3E3FCB. Grayscale: #B0B0B0. Windows color (decimal): -4079564 or 3457217. OLE color: 3457217.
HSL color Cylindrical-coordinate representation of color #C1C034: hue angle of 59.57º 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 #C1C034 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 52 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.24 |
| HSL | 59.57º | 0.58% | 0.48% | - |
| HSV(B) | 59.57º | 0.73% | 0.76% | - |
| XYZ | 41.46 | 49.28 | 10.58 | - |
| YUV | 176.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 52 | 0 | 0.01 | 0.73 | 0.24 | 59.57 | 0.58 | 0.48 |
| Hex | C1 | C0 | 34 | 0 | 1 | 49 | 18 | 3C | 3A | 30 |
| Octal | 301 | 300 | 64 | 0 | 1 | 111 | 30 | 74 | 72 | 60 |
| Binary | 11000001 | 11000000 | 110100 | 0 | 1 | 1001001 | 11000 | 111100 | 111010 | 110000 |
Color Harmonies of #C1C034
Complementary color
Monochromatic Colors of #C1C034
Black with #C1C034
Text Example
Text Example
White with #C1C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C034; }
p { color: rgb(193,192,52); }
H1.HeaderClassName
{
color: #C1C034;
}
.AnyTagClassName
{
color: #C1C034;
}
</style>
background-color css
<style>
a { background-color: #C1C034; }
a { background-color: rgb(193,192,52); }
div.DivClassName
{
background-color: #C1C034;
}
.BgClassName
{
background-color: #C1C034;
}
</style>
border-color css
<style>
span { border-color: #C1C034; }
span { border-color: rgb(193,192,52); }
td.TdClassName
{
border-color: #C1C034;
}
.TagClassName
{
border-color: #C1C034;
}
</style>