Shades of Old Gold #C0B136
Tints of Old Gold #C0B136
RGB
CMYK
RGB Variations
Color information
#C0B136 (or 0xC0B136) is known color: Old Gold. HEX triplet: C0, B1 and 36. RGB value is (192,177,54). Sum of RGB (Red+Green+Blue) = 192+177+54=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B136 is #3F4EC9. Grayscale: #A7A7A7. Windows color (decimal): -4148938 or 3584448. OLE color: 3584448.
HSL color Cylindrical-coordinate representation of color #C0B136: hue angle of 53.48º degrees, saturation: 0.56, 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 #C0B136 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 54 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.25 |
| HSL | 53.48º | 0.56% | 0.48% | - |
| HSV(B) | 53.48º | 0.72% | 0.75% | - |
| XYZ | 38.13 | 42.92 | 9.76 | - |
| YUV | 167.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 54 | 0 | 0.08 | 0.72 | 0.25 | 53.48 | 0.56 | 0.48 |
| Hex | C0 | B1 | 36 | 0 | 8 | 48 | 19 | 35 | 38 | 30 |
| Octal | 300 | 261 | 66 | 0 | 10 | 110 | 31 | 65 | 70 | 60 |
| Binary | 11000000 | 10110001 | 110110 | 0 | 1000 | 1001000 | 11001 | 110101 | 111000 | 110000 |
Color Harmonies of #C0B136
Complementary color
Monochromatic Colors of #C0B136
Black with #C0B136
Text Example
Text Example
White with #C0B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B136; }
p { color: rgb(192,177,54); }
H1.HeaderClassName
{
color: #C0B136;
}
.AnyTagClassName
{
color: #C0B136;
}
</style>
background-color css
<style>
a { background-color: #C0B136; }
a { background-color: rgb(192,177,54); }
div.DivClassName
{
background-color: #C0B136;
}
.BgClassName
{
background-color: #C0B136;
}
</style>
border-color css
<style>
span { border-color: #C0B136; }
span { border-color: rgb(192,177,54); }
td.TdClassName
{
border-color: #C0B136;
}
.TagClassName
{
border-color: #C0B136;
}
</style>