Shades of Buddha Gold #C3A320
Tints of Buddha Gold #C3A320
RGB
CMYK
RGB Variations
Color information
#C3A320 (or 0xC3A320) is known color: Buddha Gold. HEX triplet: C3, A3 and 20. RGB value is (195,163,32). Sum of RGB (Red+Green+Blue) = 195+163+32=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A320 is #3C5CDF. Grayscale: #9E9E9E. Windows color (decimal): -3955936 or 2139075. OLE color: 2139075.
HSL color Cylindrical-coordinate representation of color #C3A320: hue angle of 48.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3A320 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.24 |
| HSL | 48.22º | 0.72% | 0.45% | - |
| HSV(B) | 48.22º | 0.84% | 0.76% | - |
| XYZ | 35.86 | 37.9 | 6.79 | - |
| YUV | 157.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 32 | 0 | 0.16 | 0.84 | 0.24 | 48.22 | 0.72 | 0.45 |
| Hex | C3 | A3 | 20 | 0 | 10 | 54 | 18 | 30 | 48 | 2D |
| Octal | 303 | 243 | 40 | 0 | 20 | 124 | 30 | 60 | 110 | 55 |
| Binary | 11000011 | 10100011 | 100000 | 0 | 10000 | 1010100 | 11000 | 110000 | 1001000 | 101101 |
Color Harmonies of #C3A320
Complementary color
Monochromatic Colors of #C3A320
Black with #C3A320
Text Example
Text Example
White with #C3A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A320; }
p { color: rgb(195,163,32); }
H1.HeaderClassName
{
color: #C3A320;
}
.AnyTagClassName
{
color: #C3A320;
}
</style>
background-color css
<style>
a { background-color: #C3A320; }
a { background-color: rgb(195,163,32); }
div.DivClassName
{
background-color: #C3A320;
}
.BgClassName
{
background-color: #C3A320;
}
</style>
border-color css
<style>
span { border-color: #C3A320; }
span { border-color: rgb(195,163,32); }
td.TdClassName
{
border-color: #C3A320;
}
.TagClassName
{
border-color: #C3A320;
}
</style>