Shades of Old Gold #C0B33C
Tints of Old Gold #C0B33C
RGB
CMYK
RGB Variations
Color information
#C0B33C (or 0xC0B33C) is known color: Old Gold. HEX triplet: C0, B3 and 3C. RGB value is (192,179,60). Sum of RGB (Red+Green+Blue) = 192+179+60=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B33C is #3F4CC3. Grayscale: #A9A9A9. Windows color (decimal): -4148420 or 3978176. OLE color: 3978176.
HSL color Cylindrical-coordinate representation of color #C0B33C: hue angle of 54.09º 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 #C0B33C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 60 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.25 |
| HSL | 54.09º | 0.52% | 0.49% | - |
| HSV(B) | 54.09º | 0.69% | 0.75% | - |
| XYZ | 38.67 | 43.77 | 10.69 | - |
| YUV | 169.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 60 | 0 | 0.07 | 0.69 | 0.25 | 54.09 | 0.52 | 0.49 |
| Hex | C0 | B3 | 3C | 0 | 7 | 45 | 19 | 36 | 34 | 31 |
| Octal | 300 | 263 | 74 | 0 | 7 | 105 | 31 | 66 | 64 | 61 |
| Binary | 11000000 | 10110011 | 111100 | 0 | 111 | 1000101 | 11001 | 110110 | 110100 | 110001 |
Color Harmonies of #C0B33C
Complementary color
Monochromatic Colors of #C0B33C
Black with #C0B33C
Text Example
Text Example
White with #C0B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B33C; }
p { color: rgb(192,179,60); }
H1.HeaderClassName
{
color: #C0B33C;
}
.AnyTagClassName
{
color: #C0B33C;
}
</style>
background-color css
<style>
a { background-color: #C0B33C; }
a { background-color: rgb(192,179,60); }
div.DivClassName
{
background-color: #C0B33C;
}
.BgClassName
{
background-color: #C0B33C;
}
</style>
border-color css
<style>
span { border-color: #C0B33C; }
span { border-color: rgb(192,179,60); }
td.TdClassName
{
border-color: #C0B33C;
}
.TagClassName
{
border-color: #C0B33C;
}
</style>