Shades of Old Gold #C3B73C
Tints of Old Gold #C3B73C
RGB
CMYK
RGB Variations
Color information
#C3B73C (or 0xC3B73C) is known color: Old Gold. HEX triplet: C3, B7 and 3C. RGB value is (195,183,60). Sum of RGB (Red+Green+Blue) = 195+183+60=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B73C is #3C48C3. Grayscale: #ADADAD. Windows color (decimal): -3950788 or 3979203. OLE color: 3979203.
HSL color Cylindrical-coordinate representation of color #C3B73C: hue angle of 54.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3B73C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 60 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.24 |
| HSL | 54.67º | 0.53% | 0.5% | - |
| HSV(B) | 54.67º | 0.69% | 0.76% | - |
| XYZ | 40.25 | 45.8 | 10.99 | - |
| YUV | 172.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 60 | 0 | 0.06 | 0.69 | 0.24 | 54.67 | 0.53 | 0.5 |
| Hex | C3 | B7 | 3C | 0 | 6 | 45 | 18 | 37 | 35 | 32 |
| Octal | 303 | 267 | 74 | 0 | 6 | 105 | 30 | 67 | 65 | 62 |
| Binary | 11000011 | 10110111 | 111100 | 0 | 110 | 1000101 | 11000 | 110111 | 110101 | 110010 |
Color Harmonies of #C3B73C
Complementary color
Monochromatic Colors of #C3B73C
Black with #C3B73C
Text Example
Text Example
White with #C3B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B73C; }
p { color: rgb(195,183,60); }
H1.HeaderClassName
{
color: #C3B73C;
}
.AnyTagClassName
{
color: #C3B73C;
}
</style>
background-color css
<style>
a { background-color: #C3B73C; }
a { background-color: rgb(195,183,60); }
div.DivClassName
{
background-color: #C3B73C;
}
.BgClassName
{
background-color: #C3B73C;
}
</style>
border-color css
<style>
span { border-color: #C3B73C; }
span { border-color: rgb(195,183,60); }
td.TdClassName
{
border-color: #C3B73C;
}
.TagClassName
{
border-color: #C3B73C;
}
</style>