Shades of Old Gold #C3BA38
Tints of Old Gold #C3BA38
RGB
CMYK
RGB Variations
Color information
#C3BA38 (or 0xC3BA38) is known color: Old Gold. HEX triplet: C3, BA and 38. RGB value is (195,186,56). Sum of RGB (Red+Green+Blue) = 195+186+56=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA38 is #3C45C7. Grayscale: #AEAEAE. Windows color (decimal): -3950024 or 3717827. OLE color: 3717827.
HSL color Cylindrical-coordinate representation of color #C3BA38: hue angle of 56.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3BA38 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 56 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.24 |
| HSL | 56.12º | 0.55% | 0.49% | - |
| HSV(B) | 56.12º | 0.71% | 0.76% | - |
| XYZ | 40.78 | 47.01 | 10.67 | - |
| YUV | 173.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 56 | 0 | 0.05 | 0.71 | 0.24 | 56.12 | 0.55 | 0.49 |
| Hex | C3 | BA | 38 | 0 | 5 | 47 | 18 | 38 | 37 | 31 |
| Octal | 303 | 272 | 70 | 0 | 5 | 107 | 30 | 70 | 67 | 61 |
| Binary | 11000011 | 10111010 | 111000 | 0 | 101 | 1000111 | 11000 | 111000 | 110111 | 110001 |
Color Harmonies of #C3BA38
Complementary color
Monochromatic Colors of #C3BA38
Black with #C3BA38
Text Example
Text Example
White with #C3BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA38; }
p { color: rgb(195,186,56); }
H1.HeaderClassName
{
color: #C3BA38;
}
.AnyTagClassName
{
color: #C3BA38;
}
</style>
background-color css
<style>
a { background-color: #C3BA38; }
a { background-color: rgb(195,186,56); }
div.DivClassName
{
background-color: #C3BA38;
}
.BgClassName
{
background-color: #C3BA38;
}
</style>
border-color css
<style>
span { border-color: #C3BA38; }
span { border-color: rgb(195,186,56); }
td.TdClassName
{
border-color: #C3BA38;
}
.TagClassName
{
border-color: #C3BA38;
}
</style>