Shades of Metallic Gold #C3A533
Tints of Metallic Gold #C3A533
RGB
CMYK
RGB Variations
Color information
#C3A533 (or 0xC3A533) is known color: Metallic Gold. HEX triplet: C3, A5 and 33. RGB value is (195,165,51). Sum of RGB (Red+Green+Blue) = 195+165+51=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A533 is #3C5ACC. Grayscale: #A1A1A1. Windows color (decimal): -3955405 or 3384771. OLE color: 3384771.
HSL color Cylindrical-coordinate representation of color #C3A533: hue angle of 47.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A533 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 51 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.24 |
| HSL | 47.5º | 0.59% | 0.48% | - |
| HSV(B) | 47.5º | 0.74% | 0.76% | - |
| XYZ | 36.56 | 38.75 | 8.68 | - |
| YUV | 160.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 51 | 0 | 0.15 | 0.74 | 0.24 | 47.5 | 0.59 | 0.48 |
| Hex | C3 | A5 | 33 | 0 | F | 4A | 18 | 30 | 3B | 30 |
| Octal | 303 | 245 | 63 | 0 | 17 | 112 | 30 | 60 | 73 | 60 |
| Binary | 11000011 | 10100101 | 110011 | 0 | 1111 | 1001010 | 11000 | 110000 | 111011 | 110000 |
Color Harmonies of #C3A533
Complementary color
Monochromatic Colors of #C3A533
Black with #C3A533
Text Example
Text Example
White with #C3A533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A533; }
p { color: rgb(195,165,51); }
H1.HeaderClassName
{
color: #C3A533;
}
.AnyTagClassName
{
color: #C3A533;
}
</style>
background-color css
<style>
a { background-color: #C3A533; }
a { background-color: rgb(195,165,51); }
div.DivClassName
{
background-color: #C3A533;
}
.BgClassName
{
background-color: #C3A533;
}
</style>
border-color css
<style>
span { border-color: #C3A533; }
span { border-color: rgb(195,165,51); }
td.TdClassName
{
border-color: #C3A533;
}
.TagClassName
{
border-color: #C3A533;
}
</style>