Shades of Old Gold #C4B945
Tints of Old Gold #C4B945
RGB
CMYK
RGB Variations
Color information
#C4B945 (or 0xC4B945) is known color: Old Gold. HEX triplet: C4, B9 and 45. RGB value is (196,185,69). Sum of RGB (Red+Green+Blue) = 196+185+69=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B945 is #3B46BA. Grayscale: #AFAFAF. Windows color (decimal): -3884731 or 4569540. OLE color: 4569540.
HSL color Cylindrical-coordinate representation of color #C4B945: hue angle of 54.8º 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 #C4B945 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 69 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.23 |
| HSL | 54.8º | 0.52% | 0.52% | - |
| HSV(B) | 54.8º | 0.65% | 0.77% | - |
| XYZ | 41.19 | 46.86 | 12.5 | - |
| YUV | 175.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 69 | 0 | 0.06 | 0.65 | 0.23 | 54.8 | 0.52 | 0.52 |
| Hex | C4 | B9 | 45 | 0 | 6 | 41 | 17 | 37 | 34 | 34 |
| Octal | 304 | 271 | 105 | 0 | 6 | 101 | 27 | 67 | 64 | 64 |
| Binary | 11000100 | 10111001 | 1000101 | 0 | 110 | 1000001 | 10111 | 110111 | 110100 | 110100 |
Color Harmonies of #C4B945
Complementary color
Monochromatic Colors of #C4B945
Black with #C4B945
Text Example
Text Example
White with #C4B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B945; }
p { color: rgb(196,185,69); }
H1.HeaderClassName
{
color: #C4B945;
}
.AnyTagClassName
{
color: #C4B945;
}
</style>
background-color css
<style>
a { background-color: #C4B945; }
a { background-color: rgb(196,185,69); }
div.DivClassName
{
background-color: #C4B945;
}
.BgClassName
{
background-color: #C4B945;
}
</style>
border-color css
<style>
span { border-color: #C4B945; }
span { border-color: rgb(196,185,69); }
td.TdClassName
{
border-color: #C4B945;
}
.TagClassName
{
border-color: #C4B945;
}
</style>