Shades of Old Gold #C0B23E
Tints of Old Gold #C0B23E
RGB
CMYK
RGB Variations
Color information
#C0B23E (or 0xC0B23E) is known color: Old Gold. HEX triplet: C0, B2 and 3E. RGB value is (192,178,62). Sum of RGB (Red+Green+Blue) = 192+178+62=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B23E is #3F4DC1. Grayscale: #A9A9A9. Windows color (decimal): -4148674 or 4108992. OLE color: 4108992.
HSL color Cylindrical-coordinate representation of color #C0B23E: hue angle of 53.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0B23E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 62 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.25 |
| HSL | 53.54º | 0.51% | 0.5% | - |
| HSV(B) | 53.54º | 0.68% | 0.75% | - |
| XYZ | 38.53 | 43.4 | 10.9 | - |
| YUV | 168.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 62 | 0 | 0.07 | 0.68 | 0.25 | 53.54 | 0.51 | 0.5 |
| Hex | C0 | B2 | 3E | 0 | 7 | 44 | 19 | 36 | 33 | 32 |
| Octal | 300 | 262 | 76 | 0 | 7 | 104 | 31 | 66 | 63 | 62 |
| Binary | 11000000 | 10110010 | 111110 | 0 | 111 | 1000100 | 11001 | 110110 | 110011 | 110010 |
Color Harmonies of #C0B23E
Complementary color
Monochromatic Colors of #C0B23E
Black with #C0B23E
Text Example
Text Example
White with #C0B23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B23E; }
p { color: rgb(192,178,62); }
H1.HeaderClassName
{
color: #C0B23E;
}
.AnyTagClassName
{
color: #C0B23E;
}
</style>
background-color css
<style>
a { background-color: #C0B23E; }
a { background-color: rgb(192,178,62); }
div.DivClassName
{
background-color: #C0B23E;
}
.BgClassName
{
background-color: #C0B23E;
}
</style>
border-color css
<style>
span { border-color: #C0B23E; }
span { border-color: rgb(192,178,62); }
td.TdClassName
{
border-color: #C0B23E;
}
.TagClassName
{
border-color: #C0B23E;
}
</style>