Shades of Old Gold #C0B63C
Tints of Old Gold #C0B63C
RGB
CMYK
RGB Variations
Color information
#C0B63C (or 0xC0B63C) is known color: Old Gold. HEX triplet: C0, B6 and 3C. RGB value is (192,182,60). Sum of RGB (Red+Green+Blue) = 192+182+60=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B63C is #3F49C3. Grayscale: #ABABAB. Windows color (decimal): -4147652 or 3978944. OLE color: 3978944.
HSL color Cylindrical-coordinate representation of color #C0B63C: hue angle of 55.45º 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 #C0B63C is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 60 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.25 |
| HSL | 55.45º | 0.52% | 0.49% | - |
| HSV(B) | 55.45º | 0.69% | 0.75% | - |
| XYZ | 39.28 | 44.99 | 10.89 | - |
| YUV | 171.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 60 | 0 | 0.05 | 0.69 | 0.25 | 55.45 | 0.52 | 0.49 |
| Hex | C0 | B6 | 3C | 0 | 5 | 45 | 19 | 37 | 34 | 31 |
| Octal | 300 | 266 | 74 | 0 | 5 | 105 | 31 | 67 | 64 | 61 |
| Binary | 11000000 | 10110110 | 111100 | 0 | 101 | 1000101 | 11001 | 110111 | 110100 | 110001 |
Color Harmonies of #C0B63C
Complementary color
Monochromatic Colors of #C0B63C
Black with #C0B63C
Text Example
Text Example
White with #C0B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B63C; }
p { color: rgb(192,182,60); }
H1.HeaderClassName
{
color: #C0B63C;
}
.AnyTagClassName
{
color: #C0B63C;
}
</style>
background-color css
<style>
a { background-color: #C0B63C; }
a { background-color: rgb(192,182,60); }
div.DivClassName
{
background-color: #C0B63C;
}
.BgClassName
{
background-color: #C0B63C;
}
</style>
border-color css
<style>
span { border-color: #C0B63C; }
span { border-color: rgb(192,182,60); }
td.TdClassName
{
border-color: #C0B63C;
}
.TagClassName
{
border-color: #C0B63C;
}
</style>