Shades of Old Gold #C3BC37
Tints of Old Gold #C3BC37
RGB
CMYK
RGB Variations
Color information
#C3BC37 (or 0xC3BC37) is known color: Old Gold. HEX triplet: C3, BC and 37. RGB value is (195,188,55). Sum of RGB (Red+Green+Blue) = 195+188+55=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC37 is #3C43C8. Grayscale: #AFAFAF. Windows color (decimal): -3949513 or 3652803. OLE color: 3652803.
HSL color Cylindrical-coordinate representation of color #C3BC37: hue angle of 57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3BC37 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.24 |
| HSL | 57º | 0.56% | 0.49% | - |
| HSV(B) | 57º | 0.72% | 0.76% | - |
| XYZ | 41.18 | 47.84 | 10.68 | - |
| YUV | 174.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 55 | 0 | 0.04 | 0.72 | 0.24 | 57 | 0.56 | 0.49 |
| Hex | C3 | BC | 37 | 0 | 4 | 48 | 18 | 39 | 38 | 31 |
| Octal | 303 | 274 | 67 | 0 | 4 | 110 | 30 | 71 | 70 | 61 |
| Binary | 11000011 | 10111100 | 110111 | 0 | 100 | 1001000 | 11000 | 111001 | 111000 | 110001 |
Color Harmonies of #C3BC37
Complementary color
Monochromatic Colors of #C3BC37
Black with #C3BC37
Text Example
Text Example
White with #C3BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC37; }
p { color: rgb(195,188,55); }
H1.HeaderClassName
{
color: #C3BC37;
}
.AnyTagClassName
{
color: #C3BC37;
}
</style>
background-color css
<style>
a { background-color: #C3BC37; }
a { background-color: rgb(195,188,55); }
div.DivClassName
{
background-color: #C3BC37;
}
.BgClassName
{
background-color: #C3BC37;
}
</style>
border-color css
<style>
span { border-color: #C3BC37; }
span { border-color: rgb(195,188,55); }
td.TdClassName
{
border-color: #C3BC37;
}
.TagClassName
{
border-color: #C3BC37;
}
</style>