Shades of Old Gold #C0B83C
Tints of Old Gold #C0B83C
RGB
CMYK
RGB Variations
Color information
#C0B83C (or 0xC0B83C) is known color: Old Gold. HEX triplet: C0, B8 and 3C. RGB value is (192,184,60). Sum of RGB (Red+Green+Blue) = 192+184+60=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B83C is #3F47C3. Grayscale: #ACACAC. Windows color (decimal): -4147140 or 3979456. OLE color: 3979456.
HSL color Cylindrical-coordinate representation of color #C0B83C: hue angle of 56.36º 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 #C0B83C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 60 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.25 |
| HSL | 56.36º | 0.52% | 0.49% | - |
| HSV(B) | 56.36º | 0.69% | 0.75% | - |
| XYZ | 39.69 | 45.81 | 11.03 | - |
| YUV | 172.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 60 | 0 | 0.04 | 0.69 | 0.25 | 56.36 | 0.52 | 0.49 |
| Hex | C0 | B8 | 3C | 0 | 4 | 45 | 19 | 38 | 34 | 31 |
| Octal | 300 | 270 | 74 | 0 | 4 | 105 | 31 | 70 | 64 | 61 |
| Binary | 11000000 | 10111000 | 111100 | 0 | 100 | 1000101 | 11001 | 111000 | 110100 | 110001 |
Color Harmonies of #C0B83C
Complementary color
Monochromatic Colors of #C0B83C
Black with #C0B83C
Text Example
Text Example
White with #C0B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B83C; }
p { color: rgb(192,184,60); }
H1.HeaderClassName
{
color: #C0B83C;
}
.AnyTagClassName
{
color: #C0B83C;
}
</style>
background-color css
<style>
a { background-color: #C0B83C; }
a { background-color: rgb(192,184,60); }
div.DivClassName
{
background-color: #C0B83C;
}
.BgClassName
{
background-color: #C0B83C;
}
</style>
border-color css
<style>
span { border-color: #C0B83C; }
span { border-color: rgb(192,184,60); }
td.TdClassName
{
border-color: #C0B83C;
}
.TagClassName
{
border-color: #C0B83C;
}
</style>