Shades of Old Gold #C0B735
Tints of Old Gold #C0B735
RGB
CMYK
RGB Variations
Color information
#C0B735 (or 0xC0B735) is known color: Old Gold. HEX triplet: C0, B7 and 35. RGB value is (192,183,53). Sum of RGB (Red+Green+Blue) = 192+183+53=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B735 is #3F48CA. Grayscale: #ABABAB. Windows color (decimal): -4147403 or 3520448. OLE color: 3520448.
HSL color Cylindrical-coordinate representation of color #C0B735: hue angle of 56.12º 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 #C0B735 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 53 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.25 |
| HSL | 56.12º | 0.57% | 0.48% | - |
| HSV(B) | 56.12º | 0.72% | 0.75% | - |
| XYZ | 39.31 | 45.33 | 10.05 | - |
| YUV | 170.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 53 | 0 | 0.05 | 0.72 | 0.25 | 56.12 | 0.57 | 0.48 |
| Hex | C0 | B7 | 35 | 0 | 5 | 48 | 19 | 38 | 39 | 30 |
| Octal | 300 | 267 | 65 | 0 | 5 | 110 | 31 | 70 | 71 | 60 |
| Binary | 11000000 | 10110111 | 110101 | 0 | 101 | 1001000 | 11001 | 111000 | 111001 | 110000 |
Color Harmonies of #C0B735
Complementary color
Monochromatic Colors of #C0B735
Black with #C0B735
Text Example
Text Example
White with #C0B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B735; }
p { color: rgb(192,183,53); }
H1.HeaderClassName
{
color: #C0B735;
}
.AnyTagClassName
{
color: #C0B735;
}
</style>
background-color css
<style>
a { background-color: #C0B735; }
a { background-color: rgb(192,183,53); }
div.DivClassName
{
background-color: #C0B735;
}
.BgClassName
{
background-color: #C0B735;
}
</style>
border-color css
<style>
span { border-color: #C0B735; }
span { border-color: rgb(192,183,53); }
td.TdClassName
{
border-color: #C0B735;
}
.TagClassName
{
border-color: #C0B735;
}
</style>