Shades of Old Gold #C1B93F
Tints of Old Gold #C1B93F
RGB
CMYK
RGB Variations
Color information
#C1B93F (or 0xC1B93F) is known color: Old Gold. HEX triplet: C1, B9 and 3F. RGB value is (193,185,63). Sum of RGB (Red+Green+Blue) = 193+185+63=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B93F is #3E46C0. Grayscale: #ADADAD. Windows color (decimal): -4081345 or 4176321. OLE color: 4176321.
HSL color Cylindrical-coordinate representation of color #C1B93F: hue angle of 56.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1B93F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 63 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.24 |
| HSL | 56.31º | 0.51% | 0.5% | - |
| HSV(B) | 56.31º | 0.67% | 0.76% | - |
| XYZ | 40.24 | 46.39 | 11.54 | - |
| YUV | 173.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 63 | 0 | 0.04 | 0.67 | 0.24 | 56.31 | 0.51 | 0.5 |
| Hex | C1 | B9 | 3F | 0 | 4 | 43 | 18 | 38 | 33 | 32 |
| Octal | 301 | 271 | 77 | 0 | 4 | 103 | 30 | 70 | 63 | 62 |
| Binary | 11000001 | 10111001 | 111111 | 0 | 100 | 1000011 | 11000 | 111000 | 110011 | 110010 |
Color Harmonies of #C1B93F
Complementary color
Monochromatic Colors of #C1B93F
Black with #C1B93F
Text Example
Text Example
White with #C1B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B93F; }
p { color: rgb(193,185,63); }
H1.HeaderClassName
{
color: #C1B93F;
}
.AnyTagClassName
{
color: #C1B93F;
}
</style>
background-color css
<style>
a { background-color: #C1B93F; }
a { background-color: rgb(193,185,63); }
div.DivClassName
{
background-color: #C1B93F;
}
.BgClassName
{
background-color: #C1B93F;
}
</style>
border-color css
<style>
span { border-color: #C1B93F; }
span { border-color: rgb(193,185,63); }
td.TdClassName
{
border-color: #C1B93F;
}
.TagClassName
{
border-color: #C1B93F;
}
</style>