Shades of Old Gold #C0BC3C
Tints of Old Gold #C0BC3C
RGB
CMYK
RGB Variations
Color information
#C0BC3C (or 0xC0BC3C) is known color: Old Gold. HEX triplet: C0, BC and 3C. RGB value is (192,188,60). Sum of RGB (Red+Green+Blue) = 192+188+60=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC3C is #3F43C3. Grayscale: #AFAFAF. Windows color (decimal): -4146116 or 3980480. OLE color: 3980480.
HSL color Cylindrical-coordinate representation of color #C0BC3C: hue angle of 58.18º 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 #C0BC3C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 60 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.25 |
| HSL | 58.18º | 0.52% | 0.49% | - |
| HSV(B) | 58.18º | 0.69% | 0.75% | - |
| XYZ | 40.54 | 47.5 | 11.31 | - |
| YUV | 174.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 60 | 0 | 0.02 | 0.69 | 0.25 | 58.18 | 0.52 | 0.49 |
| Hex | C0 | BC | 3C | 0 | 2 | 45 | 19 | 3A | 34 | 31 |
| Octal | 300 | 274 | 74 | 0 | 2 | 105 | 31 | 72 | 64 | 61 |
| Binary | 11000000 | 10111100 | 111100 | 0 | 10 | 1000101 | 11001 | 111010 | 110100 | 110001 |
Color Harmonies of #C0BC3C
Complementary color
Monochromatic Colors of #C0BC3C
Black with #C0BC3C
Text Example
Text Example
White with #C0BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC3C; }
p { color: rgb(192,188,60); }
H1.HeaderClassName
{
color: #C0BC3C;
}
.AnyTagClassName
{
color: #C0BC3C;
}
</style>
background-color css
<style>
a { background-color: #C0BC3C; }
a { background-color: rgb(192,188,60); }
div.DivClassName
{
background-color: #C0BC3C;
}
.BgClassName
{
background-color: #C0BC3C;
}
</style>
border-color css
<style>
span { border-color: #C0BC3C; }
span { border-color: rgb(192,188,60); }
td.TdClassName
{
border-color: #C0BC3C;
}
.TagClassName
{
border-color: #C0BC3C;
}
</style>