Shades of Old Gold #C5BC42
Tints of Old Gold #C5BC42
RGB
CMYK
RGB Variations
Color information
#C5BC42 (or 0xC5BC42) is known color: Old Gold. HEX triplet: C5, BC and 42. RGB value is (197,188,66). Sum of RGB (Red+Green+Blue) = 197+188+66=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC42 is #3A43BD. Grayscale: #B1B1B1. Windows color (decimal): -3818430 or 4373701. OLE color: 4373701.
HSL color Cylindrical-coordinate representation of color #C5BC42: hue angle of 55.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5BC42 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 66 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.23 |
| HSL | 55.88º | 0.53% | 0.52% | - |
| HSV(B) | 55.88º | 0.66% | 0.77% | - |
| XYZ | 41.99 | 48.23 | 12.25 | - |
| YUV | 176.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 66 | 0 | 0.05 | 0.66 | 0.23 | 55.88 | 0.53 | 0.52 |
| Hex | C5 | BC | 42 | 0 | 5 | 42 | 17 | 38 | 35 | 34 |
| Octal | 305 | 274 | 102 | 0 | 5 | 102 | 27 | 70 | 65 | 64 |
| Binary | 11000101 | 10111100 | 1000010 | 0 | 101 | 1000010 | 10111 | 111000 | 110101 | 110100 |
Color Harmonies of #C5BC42
Complementary color
Monochromatic Colors of #C5BC42
Black with #C5BC42
Text Example
Text Example
White with #C5BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC42; }
p { color: rgb(197,188,66); }
H1.HeaderClassName
{
color: #C5BC42;
}
.AnyTagClassName
{
color: #C5BC42;
}
</style>
background-color css
<style>
a { background-color: #C5BC42; }
a { background-color: rgb(197,188,66); }
div.DivClassName
{
background-color: #C5BC42;
}
.BgClassName
{
background-color: #C5BC42;
}
</style>
border-color css
<style>
span { border-color: #C5BC42; }
span { border-color: rgb(197,188,66); }
td.TdClassName
{
border-color: #C5BC42;
}
.TagClassName
{
border-color: #C5BC42;
}
</style>