Shades of Old Gold #C3C033
Tints of Old Gold #C3C033
RGB
CMYK
RGB Variations
Color information
#C3C033 (or 0xC3C033) is known color: Old Gold. HEX triplet: C3, C0 and 33. RGB value is (195,192,51). Sum of RGB (Red+Green+Blue) = 195+192+51=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C033 is #3C3FCC. Grayscale: #B1B1B1. Windows color (decimal): -3948493 or 3391683. OLE color: 3391683.
HSL color Cylindrical-coordinate representation of color #C3C033: hue angle of 58.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3C033 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 51 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.24 |
| HSL | 58.75º | 0.59% | 0.48% | - |
| HSV(B) | 58.75º | 0.74% | 0.76% | - |
| XYZ | 41.95 | 49.54 | 10.48 | - |
| YUV | 176.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 51 | 0 | 0.02 | 0.74 | 0.24 | 58.75 | 0.59 | 0.48 |
| Hex | C3 | C0 | 33 | 0 | 2 | 4A | 18 | 3B | 3B | 30 |
| Octal | 303 | 300 | 63 | 0 | 2 | 112 | 30 | 73 | 73 | 60 |
| Binary | 11000011 | 11000000 | 110011 | 0 | 10 | 1001010 | 11000 | 111011 | 111011 | 110000 |
Color Harmonies of #C3C033
Complementary color
Monochromatic Colors of #C3C033
Black with #C3C033
Text Example
Text Example
White with #C3C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C033; }
p { color: rgb(195,192,51); }
H1.HeaderClassName
{
color: #C3C033;
}
.AnyTagClassName
{
color: #C3C033;
}
</style>
background-color css
<style>
a { background-color: #C3C033; }
a { background-color: rgb(195,192,51); }
div.DivClassName
{
background-color: #C3C033;
}
.BgClassName
{
background-color: #C3C033;
}
</style>
border-color css
<style>
span { border-color: #C3C033; }
span { border-color: rgb(195,192,51); }
td.TdClassName
{
border-color: #C3C033;
}
.TagClassName
{
border-color: #C3C033;
}
</style>