Shades of Old Gold #C4BC45
Tints of Old Gold #C4BC45
RGB
CMYK
RGB Variations
Color information
#C4BC45 (or 0xC4BC45) is known color: Old Gold. HEX triplet: C4, BC and 45. RGB value is (196,188,69). Sum of RGB (Red+Green+Blue) = 196+188+69=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC45 is #3B43BA. Grayscale: #B1B1B1. Windows color (decimal): -3883963 or 4570308. OLE color: 4570308.
HSL color Cylindrical-coordinate representation of color #C4BC45: hue angle of 56.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4BC45 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 69 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.23 |
| HSL | 56.22º | 0.52% | 0.52% | - |
| HSV(B) | 56.22º | 0.65% | 0.77% | - |
| XYZ | 41.82 | 48.13 | 12.72 | - |
| YUV | 176.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 69 | 0 | 0.04 | 0.65 | 0.23 | 56.22 | 0.52 | 0.52 |
| Hex | C4 | BC | 45 | 0 | 4 | 41 | 17 | 38 | 34 | 34 |
| Octal | 304 | 274 | 105 | 0 | 4 | 101 | 27 | 70 | 64 | 64 |
| Binary | 11000100 | 10111100 | 1000101 | 0 | 100 | 1000001 | 10111 | 111000 | 110100 | 110100 |
Color Harmonies of #C4BC45
Complementary color
Monochromatic Colors of #C4BC45
Black with #C4BC45
Text Example
Text Example
White with #C4BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC45; }
p { color: rgb(196,188,69); }
H1.HeaderClassName
{
color: #C4BC45;
}
.AnyTagClassName
{
color: #C4BC45;
}
</style>
background-color css
<style>
a { background-color: #C4BC45; }
a { background-color: rgb(196,188,69); }
div.DivClassName
{
background-color: #C4BC45;
}
.BgClassName
{
background-color: #C4BC45;
}
</style>
border-color css
<style>
span { border-color: #C4BC45; }
span { border-color: rgb(196,188,69); }
td.TdClassName
{
border-color: #C4BC45;
}
.TagClassName
{
border-color: #C4BC45;
}
</style>