Shades of Buddha Gold #C2A320
Tints of Buddha Gold #C2A320
RGB
CMYK
RGB Variations
Color information
#C2A320 (or 0xC2A320) is known color: Buddha Gold. HEX triplet: C2, A3 and 20. RGB value is (194,163,32). Sum of RGB (Red+Green+Blue) = 194+163+32=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A320 is #3D5CDF. Grayscale: #9D9D9D. Windows color (decimal): -4021472 or 2139074. OLE color: 2139074.
HSL color Cylindrical-coordinate representation of color #C2A320: hue angle of 48.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A320 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.24 |
| HSL | 48.52º | 0.72% | 0.44% | - |
| HSV(B) | 48.52º | 0.84% | 0.76% | - |
| XYZ | 35.61 | 37.77 | 6.78 | - |
| YUV | 157.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 32 | 0 | 0.16 | 0.84 | 0.24 | 48.52 | 0.72 | 0.44 |
| Hex | C2 | A3 | 20 | 0 | 10 | 54 | 18 | 31 | 48 | 2C |
| Octal | 302 | 243 | 40 | 0 | 20 | 124 | 30 | 61 | 110 | 54 |
| Binary | 11000010 | 10100011 | 100000 | 0 | 10000 | 1010100 | 11000 | 110001 | 1001000 | 101100 |
Color Harmonies of #C2A320
Complementary color
Monochromatic Colors of #C2A320
Black with #C2A320
Text Example
Text Example
White with #C2A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A320; }
p { color: rgb(194,163,32); }
H1.HeaderClassName
{
color: #C2A320;
}
.AnyTagClassName
{
color: #C2A320;
}
</style>
background-color css
<style>
a { background-color: #C2A320; }
a { background-color: rgb(194,163,32); }
div.DivClassName
{
background-color: #C2A320;
}
.BgClassName
{
background-color: #C2A320;
}
</style>
border-color css
<style>
span { border-color: #C2A320; }
span { border-color: rgb(194,163,32); }
td.TdClassName
{
border-color: #C2A320;
}
.TagClassName
{
border-color: #C2A320;
}
</style>