Shades of Buddha Gold #C2A610
Tints of Buddha Gold #C2A610
RGB
CMYK
RGB Variations
Color information
#C2A610 (or 0xC2A610) is known color: Buddha Gold. HEX triplet: C2, A6 and 10. RGB value is (194,166,16). Sum of RGB (Red+Green+Blue) = 194+166+16=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A610 is #3D59EF. Grayscale: #9D9D9D. Windows color (decimal): -4020720 or 1091266. OLE color: 1091266.
HSL color Cylindrical-coordinate representation of color #C2A610: hue angle of 50.56º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2A610 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.24 |
| HSL | 50.56º | 0.85% | 0.41% | - |
| HSV(B) | 50.56º | 0.92% | 0.76% | - |
| XYZ | 35.98 | 38.78 | 6.08 | - |
| YUV | 157.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 16 | 0 | 0.14 | 0.92 | 0.24 | 50.56 | 0.85 | 0.41 |
| Hex | C2 | A6 | 10 | 0 | E | 5C | 18 | 33 | 55 | 29 |
| Octal | 302 | 246 | 20 | 0 | 16 | 134 | 30 | 63 | 125 | 51 |
| Binary | 11000010 | 10100110 | 10000 | 0 | 1110 | 1011100 | 11000 | 110011 | 1010101 | 101001 |
Color Harmonies of #C2A610
Complementary color
Monochromatic Colors of #C2A610
Black with #C2A610
Text Example
Text Example
White with #C2A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A610; }
p { color: rgb(194,166,16); }
H1.HeaderClassName
{
color: #C2A610;
}
.AnyTagClassName
{
color: #C2A610;
}
</style>
background-color css
<style>
a { background-color: #C2A610; }
a { background-color: rgb(194,166,16); }
div.DivClassName
{
background-color: #C2A610;
}
.BgClassName
{
background-color: #C2A610;
}
</style>
border-color css
<style>
span { border-color: #C2A610; }
span { border-color: rgb(194,166,16); }
td.TdClassName
{
border-color: #C2A610;
}
.TagClassName
{
border-color: #C2A610;
}
</style>