Shades of Old Gold #C1BF3A
Tints of Old Gold #C1BF3A
RGB
CMYK
RGB Variations
Color information
#C1BF3A (or 0xC1BF3A) is known color: Old Gold. HEX triplet: C1, BF and 3A. RGB value is (193,191,58). Sum of RGB (Red+Green+Blue) = 193+191+58=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF3A is #3E40C5. Grayscale: #B0B0B0. Windows color (decimal): -4079814 or 3850177. OLE color: 3850177.
HSL color Cylindrical-coordinate representation of color #C1BF3A: hue angle of 59.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 #C1BF3A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 58 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.24 |
| HSL | 59.11º | 0.54% | 0.49% | - |
| HSV(B) | 59.11º | 0.7% | 0.76% | - |
| XYZ | 41.39 | 48.9 | 11.26 | - |
| YUV | 176.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 58 | 0 | 0.01 | 0.70 | 0.24 | 59.11 | 0.54 | 0.49 |
| Hex | C1 | BF | 3A | 0 | 1 | 46 | 18 | 3B | 36 | 31 |
| Octal | 301 | 277 | 72 | 0 | 1 | 106 | 30 | 73 | 66 | 61 |
| Binary | 11000001 | 10111111 | 111010 | 0 | 1 | 1000110 | 11000 | 111011 | 110110 | 110001 |
Color Harmonies of #C1BF3A
Complementary color
Monochromatic Colors of #C1BF3A
Black with #C1BF3A
Text Example
Text Example
White with #C1BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF3A; }
p { color: rgb(193,191,58); }
H1.HeaderClassName
{
color: #C1BF3A;
}
.AnyTagClassName
{
color: #C1BF3A;
}
</style>
background-color css
<style>
a { background-color: #C1BF3A; }
a { background-color: rgb(193,191,58); }
div.DivClassName
{
background-color: #C1BF3A;
}
.BgClassName
{
background-color: #C1BF3A;
}
</style>
border-color css
<style>
span { border-color: #C1BF3A; }
span { border-color: rgb(193,191,58); }
td.TdClassName
{
border-color: #C1BF3A;
}
.TagClassName
{
border-color: #C1BF3A;
}
</style>