Shades of Buddha Gold #C2A321
Tints of Buddha Gold #C2A321
RGB
CMYK
RGB Variations
Color information
#C2A321 (or 0xC2A321) is known color: Buddha Gold. HEX triplet: C2, A3 and 21. RGB value is (194,163,33). Sum of RGB (Red+Green+Blue) = 194+163+33=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A321 is #3D5CDE. Grayscale: #9E9E9E. Windows color (decimal): -4021471 or 2204610. OLE color: 2204610.
HSL color Cylindrical-coordinate representation of color #C2A321: hue angle of 48.45º 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 #C2A321 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 33 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.24 |
| HSL | 48.45º | 0.71% | 0.45% | - |
| HSV(B) | 48.45º | 0.83% | 0.76% | - |
| XYZ | 35.62 | 37.77 | 6.85 | - |
| YUV | 157.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 33 | 0 | 0.16 | 0.83 | 0.24 | 48.45 | 0.71 | 0.45 |
| Hex | C2 | A3 | 21 | 0 | 10 | 53 | 18 | 30 | 47 | 2D |
| Octal | 302 | 243 | 41 | 0 | 20 | 123 | 30 | 60 | 107 | 55 |
| Binary | 11000010 | 10100011 | 100001 | 0 | 10000 | 1010011 | 11000 | 110000 | 1000111 | 101101 |
Color Harmonies of #C2A321
Complementary color
Monochromatic Colors of #C2A321
Black with #C2A321
Text Example
Text Example
White with #C2A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A321; }
p { color: rgb(194,163,33); }
H1.HeaderClassName
{
color: #C2A321;
}
.AnyTagClassName
{
color: #C2A321;
}
</style>
background-color css
<style>
a { background-color: #C2A321; }
a { background-color: rgb(194,163,33); }
div.DivClassName
{
background-color: #C2A321;
}
.BgClassName
{
background-color: #C2A321;
}
</style>
border-color css
<style>
span { border-color: #C2A321; }
span { border-color: rgb(194,163,33); }
td.TdClassName
{
border-color: #C2A321;
}
.TagClassName
{
border-color: #C2A321;
}
</style>