Shades of Old Gold #C1B63A
Tints of Old Gold #C1B63A
RGB
CMYK
RGB Variations
Color information
#C1B63A (or 0xC1B63A) is known color: Old Gold. HEX triplet: C1, B6 and 3A. RGB value is (193,182,58). Sum of RGB (Red+Green+Blue) = 193+182+58=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B63A is #3E49C5. Grayscale: #ABABAB. Windows color (decimal): -4082118 or 3847873. OLE color: 3847873.
HSL color Cylindrical-coordinate representation of color #C1B63A: hue angle of 55.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1B63A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 58 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.24 |
| HSL | 55.11º | 0.54% | 0.49% | - |
| HSV(B) | 55.11º | 0.7% | 0.76% | - |
| XYZ | 39.48 | 45.1 | 10.63 | - |
| YUV | 171.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 58 | 0 | 0.06 | 0.70 | 0.24 | 55.11 | 0.54 | 0.49 |
| Hex | C1 | B6 | 3A | 0 | 6 | 46 | 18 | 37 | 36 | 31 |
| Octal | 301 | 266 | 72 | 0 | 6 | 106 | 30 | 67 | 66 | 61 |
| Binary | 11000001 | 10110110 | 111010 | 0 | 110 | 1000110 | 11000 | 110111 | 110110 | 110001 |
Color Harmonies of #C1B63A
Complementary color
Monochromatic Colors of #C1B63A
Black with #C1B63A
Text Example
Text Example
White with #C1B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B63A; }
p { color: rgb(193,182,58); }
H1.HeaderClassName
{
color: #C1B63A;
}
.AnyTagClassName
{
color: #C1B63A;
}
</style>
background-color css
<style>
a { background-color: #C1B63A; }
a { background-color: rgb(193,182,58); }
div.DivClassName
{
background-color: #C1B63A;
}
.BgClassName
{
background-color: #C1B63A;
}
</style>
border-color css
<style>
span { border-color: #C1B63A; }
span { border-color: rgb(193,182,58); }
td.TdClassName
{
border-color: #C1B63A;
}
.TagClassName
{
border-color: #C1B63A;
}
</style>