Shades of Old Gold #C3C030
Tints of Old Gold #C3C030
RGB
CMYK
RGB Variations
Color information
#C3C030 (or 0xC3C030) is known color: Old Gold. HEX triplet: C3, C0 and 30. RGB value is (195,192,48). Sum of RGB (Red+Green+Blue) = 195+192+48=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C030 is #3C3FCF. Grayscale: #B1B1B1. Windows color (decimal): -3948496 or 3195075. OLE color: 3195075.
HSL color Cylindrical-coordinate representation of color #C3C030: hue angle of 58.78º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3C030 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 48 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.24 |
| HSL | 58.78º | 0.6% | 0.48% | - |
| HSV(B) | 58.78º | 0.75% | 0.76% | - |
| XYZ | 41.89 | 49.51 | 10.15 | - |
| YUV | 176.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 48 | 0 | 0.02 | 0.75 | 0.24 | 58.78 | 0.6 | 0.48 |
| Hex | C3 | C0 | 30 | 0 | 2 | 4B | 18 | 3B | 3C | 30 |
| Octal | 303 | 300 | 60 | 0 | 2 | 113 | 30 | 73 | 74 | 60 |
| Binary | 11000011 | 11000000 | 110000 | 0 | 10 | 1001011 | 11000 | 111011 | 111100 | 110000 |
Color Harmonies of #C3C030
Complementary color
Monochromatic Colors of #C3C030
Black with #C3C030
Text Example
Text Example
White with #C3C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C030; }
p { color: rgb(195,192,48); }
H1.HeaderClassName
{
color: #C3C030;
}
.AnyTagClassName
{
color: #C3C030;
}
</style>
background-color css
<style>
a { background-color: #C3C030; }
a { background-color: rgb(195,192,48); }
div.DivClassName
{
background-color: #C3C030;
}
.BgClassName
{
background-color: #C3C030;
}
</style>
border-color css
<style>
span { border-color: #C3C030; }
span { border-color: rgb(195,192,48); }
td.TdClassName
{
border-color: #C3C030;
}
.TagClassName
{
border-color: #C3C030;
}
</style>