Shades of Old Gold #C4C041
Tints of Old Gold #C4C041
RGB
CMYK
RGB Variations
Color information
#C4C041 (or 0xC4C041) is known color: Old Gold. HEX triplet: C4, C0 and 41. RGB value is (196,192,65). Sum of RGB (Red+Green+Blue) = 196+192+65=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C041 is #3B3FBE. Grayscale: #B3B3B3. Windows color (decimal): -3882943 or 4309188. OLE color: 4309188.
HSL color Cylindrical-coordinate representation of color #C4C041: hue angle of 58.17º 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 #C4C041 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 65 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.23 |
| HSL | 58.17º | 0.53% | 0.51% | - |
| HSV(B) | 58.17º | 0.67% | 0.77% | - |
| XYZ | 42.57 | 49.82 | 12.37 | - |
| YUV | 178.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 65 | 0 | 0.02 | 0.67 | 0.23 | 58.17 | 0.53 | 0.51 |
| Hex | C4 | C0 | 41 | 0 | 2 | 43 | 17 | 3A | 35 | 33 |
| Octal | 304 | 300 | 101 | 0 | 2 | 103 | 27 | 72 | 65 | 63 |
| Binary | 11000100 | 11000000 | 1000001 | 0 | 10 | 1000011 | 10111 | 111010 | 110101 | 110011 |
Color Harmonies of #C4C041
Complementary color
Monochromatic Colors of #C4C041
Black with #C4C041
Text Example
Text Example
White with #C4C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C041; }
p { color: rgb(196,192,65); }
H1.HeaderClassName
{
color: #C4C041;
}
.AnyTagClassName
{
color: #C4C041;
}
</style>
background-color css
<style>
a { background-color: #C4C041; }
a { background-color: rgb(196,192,65); }
div.DivClassName
{
background-color: #C4C041;
}
.BgClassName
{
background-color: #C4C041;
}
</style>
border-color css
<style>
span { border-color: #C4C041; }
span { border-color: rgb(196,192,65); }
td.TdClassName
{
border-color: #C4C041;
}
.TagClassName
{
border-color: #C4C041;
}
</style>