Shades of Buddha Gold #C3A321
Tints of Buddha Gold #C3A321
RGB
CMYK
RGB Variations
Color information
#C3A321 (or 0xC3A321) is known color: Buddha Gold. HEX triplet: C3, A3 and 21. RGB value is (195,163,33). Sum of RGB (Red+Green+Blue) = 195+163+33=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A321 is #3C5CDE. Grayscale: #9E9E9E. Windows color (decimal): -3955935 or 2204611. OLE color: 2204611.
HSL color Cylindrical-coordinate representation of color #C3A321: hue angle of 48.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3A321 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 33 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.24 |
| HSL | 48.15º | 0.71% | 0.45% | - |
| HSV(B) | 48.15º | 0.83% | 0.76% | - |
| XYZ | 35.88 | 37.91 | 6.86 | - |
| YUV | 157.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 33 | 0 | 0.16 | 0.83 | 0.24 | 48.15 | 0.71 | 0.45 |
| Hex | C3 | A3 | 21 | 0 | 10 | 53 | 18 | 30 | 47 | 2D |
| Octal | 303 | 243 | 41 | 0 | 20 | 123 | 30 | 60 | 107 | 55 |
| Binary | 11000011 | 10100011 | 100001 | 0 | 10000 | 1010011 | 11000 | 110000 | 1000111 | 101101 |
Color Harmonies of #C3A321
Complementary color
Monochromatic Colors of #C3A321
Black with #C3A321
Text Example
Text Example
White with #C3A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A321; }
p { color: rgb(195,163,33); }
H1.HeaderClassName
{
color: #C3A321;
}
.AnyTagClassName
{
color: #C3A321;
}
</style>
background-color css
<style>
a { background-color: #C3A321; }
a { background-color: rgb(195,163,33); }
div.DivClassName
{
background-color: #C3A321;
}
.BgClassName
{
background-color: #C3A321;
}
</style>
border-color css
<style>
span { border-color: #C3A321; }
span { border-color: rgb(195,163,33); }
td.TdClassName
{
border-color: #C3A321;
}
.TagClassName
{
border-color: #C3A321;
}
</style>