Shades of Old Gold #C1BC2D
Tints of Old Gold #C1BC2D
RGB
CMYK
RGB Variations
Color information
#C1BC2D (or 0xC1BC2D) is known color: Old Gold. HEX triplet: C1, BC and 2D. RGB value is (193,188,45). Sum of RGB (Red+Green+Blue) = 193+188+45=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC2D is #3E43D2. Grayscale: #ADADAD. Windows color (decimal): -4080595 or 2997441. OLE color: 2997441.
HSL color Cylindrical-coordinate representation of color #C1BC2D: hue angle of 57.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1BC2D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 45 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.24 |
| HSL | 57.97º | 0.62% | 0.47% | - |
| HSV(B) | 57.97º | 0.77% | 0.76% | - |
| XYZ | 40.45 | 47.49 | 9.52 | - |
| YUV | 173.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 45 | 0 | 0.03 | 0.77 | 0.24 | 57.97 | 0.62 | 0.47 |
| Hex | C1 | BC | 2D | 0 | 3 | 4D | 18 | 3A | 3E | 2F |
| Octal | 301 | 274 | 55 | 0 | 3 | 115 | 30 | 72 | 76 | 57 |
| Binary | 11000001 | 10111100 | 101101 | 0 | 11 | 1001101 | 11000 | 111010 | 111110 | 101111 |
Color Harmonies of #C1BC2D
Complementary color
Monochromatic Colors of #C1BC2D
Black with #C1BC2D
Text Example
Text Example
White with #C1BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC2D; }
p { color: rgb(193,188,45); }
H1.HeaderClassName
{
color: #C1BC2D;
}
.AnyTagClassName
{
color: #C1BC2D;
}
</style>
background-color css
<style>
a { background-color: #C1BC2D; }
a { background-color: rgb(193,188,45); }
div.DivClassName
{
background-color: #C1BC2D;
}
.BgClassName
{
background-color: #C1BC2D;
}
</style>
border-color css
<style>
span { border-color: #C1BC2D; }
span { border-color: rgb(193,188,45); }
td.TdClassName
{
border-color: #C1BC2D;
}
.TagClassName
{
border-color: #C1BC2D;
}
</style>