Shades of Old Gold #C4B541
Tints of Old Gold #C4B541
RGB
CMYK
RGB Variations
Color information
#C4B541 (or 0xC4B541) is known color: Old Gold. HEX triplet: C4, B5 and 41. RGB value is (196,181,65). Sum of RGB (Red+Green+Blue) = 196+181+65=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B541 is #3B4ABE. Grayscale: #ACACAC. Windows color (decimal): -3885759 or 4306372. OLE color: 4306372.
HSL color Cylindrical-coordinate representation of color #C4B541: hue angle of 53.13º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4B541 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 65 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.23 |
| HSL | 53.13º | 0.53% | 0.51% | - |
| HSV(B) | 53.13º | 0.67% | 0.77% | - |
| XYZ | 40.24 | 45.17 | 11.6 | - |
| YUV | 172.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 65 | 0 | 0.08 | 0.67 | 0.23 | 53.13 | 0.53 | 0.51 |
| Hex | C4 | B5 | 41 | 0 | 8 | 43 | 17 | 35 | 35 | 33 |
| Octal | 304 | 265 | 101 | 0 | 10 | 103 | 27 | 65 | 65 | 63 |
| Binary | 11000100 | 10110101 | 1000001 | 0 | 1000 | 1000011 | 10111 | 110101 | 110101 | 110011 |
Color Harmonies of #C4B541
Complementary color
Monochromatic Colors of #C4B541
Black with #C4B541
Text Example
Text Example
White with #C4B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B541; }
p { color: rgb(196,181,65); }
H1.HeaderClassName
{
color: #C4B541;
}
.AnyTagClassName
{
color: #C4B541;
}
</style>
background-color css
<style>
a { background-color: #C4B541; }
a { background-color: rgb(196,181,65); }
div.DivClassName
{
background-color: #C4B541;
}
.BgClassName
{
background-color: #C4B541;
}
</style>
border-color css
<style>
span { border-color: #C4B541; }
span { border-color: rgb(196,181,65); }
td.TdClassName
{
border-color: #C4B541;
}
.TagClassName
{
border-color: #C4B541;
}
</style>