Shades of Old Gold #C3C040
Tints of Old Gold #C3C040
RGB
CMYK
RGB Variations
Color information
#C3C040 (or 0xC3C040) is known color: Old Gold. HEX triplet: C3, C0 and 40. RGB value is (195,192,64). Sum of RGB (Red+Green+Blue) = 195+192+64=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C040 is #3C3FBF. Grayscale: #B2B2B2. Windows color (decimal): -3948480 or 4243651. OLE color: 4243651.
HSL color Cylindrical-coordinate representation of color #C3C040: hue angle of 58.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3C040 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 64 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.24 |
| HSL | 58.63º | 0.52% | 0.51% | - |
| HSV(B) | 58.63º | 0.67% | 0.76% | - |
| XYZ | 42.28 | 49.67 | 12.21 | - |
| YUV | 178.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 64 | 0 | 0.02 | 0.67 | 0.24 | 58.63 | 0.52 | 0.51 |
| Hex | C3 | C0 | 40 | 0 | 2 | 43 | 18 | 3B | 34 | 33 |
| Octal | 303 | 300 | 100 | 0 | 2 | 103 | 30 | 73 | 64 | 63 |
| Binary | 11000011 | 11000000 | 1000000 | 0 | 10 | 1000011 | 11000 | 111011 | 110100 | 110011 |
Color Harmonies of #C3C040
Complementary color
Monochromatic Colors of #C3C040
Black with #C3C040
Text Example
Text Example
White with #C3C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C040; }
p { color: rgb(195,192,64); }
H1.HeaderClassName
{
color: #C3C040;
}
.AnyTagClassName
{
color: #C3C040;
}
</style>
background-color css
<style>
a { background-color: #C3C040; }
a { background-color: rgb(195,192,64); }
div.DivClassName
{
background-color: #C3C040;
}
.BgClassName
{
background-color: #C3C040;
}
</style>
border-color css
<style>
span { border-color: #C3C040; }
span { border-color: rgb(195,192,64); }
td.TdClassName
{
border-color: #C3C040;
}
.TagClassName
{
border-color: #C3C040;
}
</style>