Shades of Old Gold #C3A838
Tints of Old Gold #C3A838
RGB
CMYK
RGB Variations
Color information
#C3A838 (or 0xC3A838) is known color: Old Gold. HEX triplet: C3, A8 and 38. RGB value is (195,168,56). Sum of RGB (Red+Green+Blue) = 195+168+56=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A838 is #3C57C7. Grayscale: #A3A3A3. Windows color (decimal): -3954632 or 3713219. OLE color: 3713219.
HSL color Cylindrical-coordinate representation of color #C3A838: hue angle of 48.35º 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 #C3A838 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 56 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.24 |
| HSL | 48.35º | 0.55% | 0.49% | - |
| HSV(B) | 48.35º | 0.71% | 0.76% | - |
| XYZ | 37.22 | 39.89 | 9.48 | - |
| YUV | 163.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 56 | 0 | 0.14 | 0.71 | 0.24 | 48.35 | 0.55 | 0.49 |
| Hex | C3 | A8 | 38 | 0 | E | 47 | 18 | 30 | 37 | 31 |
| Octal | 303 | 250 | 70 | 0 | 16 | 107 | 30 | 60 | 67 | 61 |
| Binary | 11000011 | 10101000 | 111000 | 0 | 1110 | 1000111 | 11000 | 110000 | 110111 | 110001 |
Color Harmonies of #C3A838
Complementary color
Monochromatic Colors of #C3A838
Black with #C3A838
Text Example
Text Example
White with #C3A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A838; }
p { color: rgb(195,168,56); }
H1.HeaderClassName
{
color: #C3A838;
}
.AnyTagClassName
{
color: #C3A838;
}
</style>
background-color css
<style>
a { background-color: #C3A838; }
a { background-color: rgb(195,168,56); }
div.DivClassName
{
background-color: #C3A838;
}
.BgClassName
{
background-color: #C3A838;
}
</style>
border-color css
<style>
span { border-color: #C3A838; }
span { border-color: rgb(195,168,56); }
td.TdClassName
{
border-color: #C3A838;
}
.TagClassName
{
border-color: #C3A838;
}
</style>