Shades of Old Gold #C1B140
Tints of Old Gold #C1B140
RGB
CMYK
RGB Variations
Color information
#C1B140 (or 0xC1B140) is known color: Old Gold. HEX triplet: C1, B1 and 40. RGB value is (193,177,64). Sum of RGB (Red+Green+Blue) = 193+177+64=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B140 is #3E4EBF. Grayscale: #A9A9A9. Windows color (decimal): -4083392 or 4239809. OLE color: 4239809.
HSL color Cylindrical-coordinate representation of color #C1B140: hue angle of 52.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1B140 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 64 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.24 |
| HSL | 52.56º | 0.51% | 0.5% | - |
| HSV(B) | 52.56º | 0.67% | 0.76% | - |
| XYZ | 38.64 | 43.15 | 11.14 | - |
| YUV | 168.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 64 | 0 | 0.08 | 0.67 | 0.24 | 52.56 | 0.51 | 0.5 |
| Hex | C1 | B1 | 40 | 0 | 8 | 43 | 18 | 35 | 33 | 32 |
| Octal | 301 | 261 | 100 | 0 | 10 | 103 | 30 | 65 | 63 | 62 |
| Binary | 11000001 | 10110001 | 1000000 | 0 | 1000 | 1000011 | 11000 | 110101 | 110011 | 110010 |
Color Harmonies of #C1B140
Complementary color
Monochromatic Colors of #C1B140
Black with #C1B140
Text Example
Text Example
White with #C1B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B140; }
p { color: rgb(193,177,64); }
H1.HeaderClassName
{
color: #C1B140;
}
.AnyTagClassName
{
color: #C1B140;
}
</style>
background-color css
<style>
a { background-color: #C1B140; }
a { background-color: rgb(193,177,64); }
div.DivClassName
{
background-color: #C1B140;
}
.BgClassName
{
background-color: #C1B140;
}
</style>
border-color css
<style>
span { border-color: #C1B140; }
span { border-color: rgb(193,177,64); }
td.TdClassName
{
border-color: #C1B140;
}
.TagClassName
{
border-color: #C1B140;
}
</style>