Shades of Old Gold #C0B73C
Tints of Old Gold #C0B73C
RGB
CMYK
RGB Variations
Color information
#C0B73C (or 0xC0B73C) is known color: Old Gold. HEX triplet: C0, B7 and 3C. RGB value is (192,183,60). Sum of RGB (Red+Green+Blue) = 192+183+60=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B73C is #3F48C3. Grayscale: #ACACAC. Windows color (decimal): -4147396 or 3979200. OLE color: 3979200.
HSL color Cylindrical-coordinate representation of color #C0B73C: hue angle of 55.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0B73C is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 60 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.25 |
| HSL | 55.91º | 0.52% | 0.49% | - |
| HSV(B) | 55.91º | 0.69% | 0.75% | - |
| XYZ | 39.49 | 45.4 | 10.96 | - |
| YUV | 171.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 60 | 0 | 0.05 | 0.69 | 0.25 | 55.91 | 0.52 | 0.49 |
| Hex | C0 | B7 | 3C | 0 | 5 | 45 | 19 | 38 | 34 | 31 |
| Octal | 300 | 267 | 74 | 0 | 5 | 105 | 31 | 70 | 64 | 61 |
| Binary | 11000000 | 10110111 | 111100 | 0 | 101 | 1000101 | 11001 | 111000 | 110100 | 110001 |
Color Harmonies of #C0B73C
Complementary color
Monochromatic Colors of #C0B73C
Black with #C0B73C
Text Example
Text Example
White with #C0B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B73C; }
p { color: rgb(192,183,60); }
H1.HeaderClassName
{
color: #C0B73C;
}
.AnyTagClassName
{
color: #C0B73C;
}
</style>
background-color css
<style>
a { background-color: #C0B73C; }
a { background-color: rgb(192,183,60); }
div.DivClassName
{
background-color: #C0B73C;
}
.BgClassName
{
background-color: #C0B73C;
}
</style>
border-color css
<style>
span { border-color: #C0B73C; }
span { border-color: rgb(192,183,60); }
td.TdClassName
{
border-color: #C0B73C;
}
.TagClassName
{
border-color: #C0B73C;
}
</style>