Shades of Old Gold #C3BA45
Tints of Old Gold #C3BA45
RGB
CMYK
RGB Variations
Color information
#C3BA45 (or 0xC3BA45) is known color: Old Gold. HEX triplet: C3, BA and 45. RGB value is (195,186,69). Sum of RGB (Red+Green+Blue) = 195+186+69=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA45 is #3C45BA. Grayscale: #AFAFAF. Windows color (decimal): -3950011 or 4569795. OLE color: 4569795.
HSL color Cylindrical-coordinate representation of color #C3BA45: hue angle of 55.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3BA45 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 69 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.24 |
| HSL | 55.71º | 0.51% | 0.52% | - |
| HSV(B) | 55.71º | 0.65% | 0.76% | - |
| XYZ | 41.14 | 47.15 | 12.56 | - |
| YUV | 175.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 69 | 0 | 0.05 | 0.65 | 0.24 | 55.71 | 0.51 | 0.52 |
| Hex | C3 | BA | 45 | 0 | 5 | 41 | 18 | 38 | 33 | 34 |
| Octal | 303 | 272 | 105 | 0 | 5 | 101 | 30 | 70 | 63 | 64 |
| Binary | 11000011 | 10111010 | 1000101 | 0 | 101 | 1000001 | 11000 | 111000 | 110011 | 110100 |
Color Harmonies of #C3BA45
Complementary color
Monochromatic Colors of #C3BA45
Black with #C3BA45
Text Example
Text Example
White with #C3BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA45; }
p { color: rgb(195,186,69); }
H1.HeaderClassName
{
color: #C3BA45;
}
.AnyTagClassName
{
color: #C3BA45;
}
</style>
background-color css
<style>
a { background-color: #C3BA45; }
a { background-color: rgb(195,186,69); }
div.DivClassName
{
background-color: #C3BA45;
}
.BgClassName
{
background-color: #C3BA45;
}
</style>
border-color css
<style>
span { border-color: #C3BA45; }
span { border-color: rgb(195,186,69); }
td.TdClassName
{
border-color: #C3BA45;
}
.TagClassName
{
border-color: #C3BA45;
}
</style>