Shades of Buddha Gold #C2A615
Tints of Buddha Gold #C2A615
RGB
CMYK
RGB Variations
Color information
#C2A615 (or 0xC2A615) is known color: Buddha Gold. HEX triplet: C2, A6 and 15. RGB value is (194,166,21). Sum of RGB (Red+Green+Blue) = 194+166+21=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A615 is #3D59EA. Grayscale: #9E9E9E. Windows color (decimal): -4020715 or 1418946. OLE color: 1418946.
HSL color Cylindrical-coordinate representation of color #C2A615: hue angle of 50.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2A615 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 21 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.24 |
| HSL | 50.29º | 0.8% | 0.42% | - |
| HSV(B) | 50.29º | 0.89% | 0.76% | - |
| XYZ | 36.02 | 38.8 | 6.3 | - |
| YUV | 157.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 21 | 0 | 0.14 | 0.89 | 0.24 | 50.29 | 0.8 | 0.42 |
| Hex | C2 | A6 | 15 | 0 | E | 59 | 18 | 32 | 50 | 2A |
| Octal | 302 | 246 | 25 | 0 | 16 | 131 | 30 | 62 | 120 | 52 |
| Binary | 11000010 | 10100110 | 10101 | 0 | 1110 | 1011001 | 11000 | 110010 | 1010000 | 101010 |
Color Harmonies of #C2A615
Complementary color
Monochromatic Colors of #C2A615
Black with #C2A615
Text Example
Text Example
White with #C2A615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A615; }
p { color: rgb(194,166,21); }
H1.HeaderClassName
{
color: #C2A615;
}
.AnyTagClassName
{
color: #C2A615;
}
</style>
background-color css
<style>
a { background-color: #C2A615; }
a { background-color: rgb(194,166,21); }
div.DivClassName
{
background-color: #C2A615;
}
.BgClassName
{
background-color: #C2A615;
}
</style>
border-color css
<style>
span { border-color: #C2A615; }
span { border-color: rgb(194,166,21); }
td.TdClassName
{
border-color: #C2A615;
}
.TagClassName
{
border-color: #C2A615;
}
</style>