Shades of Old Gold #C3BA2F
Tints of Old Gold #C3BA2F
RGB
CMYK
RGB Variations
Color information
#C3BA2F (or 0xC3BA2F) is known color: Old Gold. HEX triplet: C3, BA and 2F. RGB value is (195,186,47). Sum of RGB (Red+Green+Blue) = 195+186+47=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA2F is #3C45D0. Grayscale: #ADADAD. Windows color (decimal): -3950033 or 3128003. OLE color: 3128003.
HSL color Cylindrical-coordinate representation of color #C3BA2F: hue angle of 56.35º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3BA2F is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 47 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.24 |
| HSL | 56.35º | 0.61% | 0.47% | - |
| HSV(B) | 56.35º | 0.76% | 0.76% | - |
| XYZ | 40.58 | 46.93 | 9.61 | - |
| YUV | 172.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 47 | 0 | 0.05 | 0.76 | 0.24 | 56.35 | 0.61 | 0.47 |
| Hex | C3 | BA | 2F | 0 | 5 | 4C | 18 | 38 | 3D | 2F |
| Octal | 303 | 272 | 57 | 0 | 5 | 114 | 30 | 70 | 75 | 57 |
| Binary | 11000011 | 10111010 | 101111 | 0 | 101 | 1001100 | 11000 | 111000 | 111101 | 101111 |
Color Harmonies of #C3BA2F
Complementary color
Monochromatic Colors of #C3BA2F
Black with #C3BA2F
Text Example
Text Example
White with #C3BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA2F; }
p { color: rgb(195,186,47); }
H1.HeaderClassName
{
color: #C3BA2F;
}
.AnyTagClassName
{
color: #C3BA2F;
}
</style>
background-color css
<style>
a { background-color: #C3BA2F; }
a { background-color: rgb(195,186,47); }
div.DivClassName
{
background-color: #C3BA2F;
}
.BgClassName
{
background-color: #C3BA2F;
}
</style>
border-color css
<style>
span { border-color: #C3BA2F; }
span { border-color: rgb(195,186,47); }
td.TdClassName
{
border-color: #C3BA2F;
}
.TagClassName
{
border-color: #C3BA2F;
}
</style>