Shades of Old Gold #C0BD35
Tints of Old Gold #C0BD35
RGB
CMYK
RGB Variations
Color information
#C0BD35 (or 0xC0BD35) is known color: Old Gold. HEX triplet: C0, BD and 35. RGB value is (192,189,53). Sum of RGB (Red+Green+Blue) = 192+189+53=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD35 is #3F42CA. Grayscale: #AEAEAE. Windows color (decimal): -4145867 or 3521984. OLE color: 3521984.
HSL color Cylindrical-coordinate representation of color #C0BD35: hue angle of 58.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0BD35 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 53 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.25 |
| HSL | 58.71º | 0.57% | 0.48% | - |
| HSV(B) | 58.71º | 0.72% | 0.75% | - |
| XYZ | 40.58 | 47.86 | 10.47 | - |
| YUV | 174.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 53 | 0 | 0.02 | 0.72 | 0.25 | 58.71 | 0.57 | 0.48 |
| Hex | C0 | BD | 35 | 0 | 2 | 48 | 19 | 3B | 39 | 30 |
| Octal | 300 | 275 | 65 | 0 | 2 | 110 | 31 | 73 | 71 | 60 |
| Binary | 11000000 | 10111101 | 110101 | 0 | 10 | 1001000 | 11001 | 111011 | 111001 | 110000 |
Color Harmonies of #C0BD35
Complementary color
Monochromatic Colors of #C0BD35
Black with #C0BD35
Text Example
Text Example
White with #C0BD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD35; }
p { color: rgb(192,189,53); }
H1.HeaderClassName
{
color: #C0BD35;
}
.AnyTagClassName
{
color: #C0BD35;
}
</style>
background-color css
<style>
a { background-color: #C0BD35; }
a { background-color: rgb(192,189,53); }
div.DivClassName
{
background-color: #C0BD35;
}
.BgClassName
{
background-color: #C0BD35;
}
</style>
border-color css
<style>
span { border-color: #C0BD35; }
span { border-color: rgb(192,189,53); }
td.TdClassName
{
border-color: #C0BD35;
}
.TagClassName
{
border-color: #C0BD35;
}
</style>