Shades of Old Gold #C0BF35
Tints of Old Gold #C0BF35
RGB
CMYK
RGB Variations
Color information
#C0BF35 (or 0xC0BF35) is known color: Old Gold. HEX triplet: C0, BF and 35. RGB value is (192,191,53). Sum of RGB (Red+Green+Blue) = 192+191+53=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF35 is #3F40CA. Grayscale: #B0B0B0. Windows color (decimal): -4145355 or 3522496. OLE color: 3522496.
HSL color Cylindrical-coordinate representation of color #C0BF35: hue angle of 59.57º 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 #C0BF35 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 53 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.25 |
| HSL | 59.57º | 0.57% | 0.48% | - |
| HSV(B) | 59.57º | 0.72% | 0.75% | - |
| XYZ | 41.01 | 48.73 | 10.61 | - |
| YUV | 175.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 53 | 0 | 0.01 | 0.72 | 0.25 | 59.57 | 0.57 | 0.48 |
| Hex | C0 | BF | 35 | 0 | 1 | 48 | 19 | 3C | 39 | 30 |
| Octal | 300 | 277 | 65 | 0 | 1 | 110 | 31 | 74 | 71 | 60 |
| Binary | 11000000 | 10111111 | 110101 | 0 | 1 | 1001000 | 11001 | 111100 | 111001 | 110000 |
Color Harmonies of #C0BF35
Complementary color
Monochromatic Colors of #C0BF35
Black with #C0BF35
Text Example
Text Example
White with #C0BF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF35; }
p { color: rgb(192,191,53); }
H1.HeaderClassName
{
color: #C0BF35;
}
.AnyTagClassName
{
color: #C0BF35;
}
</style>
background-color css
<style>
a { background-color: #C0BF35; }
a { background-color: rgb(192,191,53); }
div.DivClassName
{
background-color: #C0BF35;
}
.BgClassName
{
background-color: #C0BF35;
}
</style>
border-color css
<style>
span { border-color: #C0BF35; }
span { border-color: rgb(192,191,53); }
td.TdClassName
{
border-color: #C0BF35;
}
.TagClassName
{
border-color: #C0BF35;
}
</style>