Shades of Buddha Gold #C2A410
Tints of Buddha Gold #C2A410
RGB
CMYK
RGB Variations
Color information
#C2A410 (or 0xC2A410) is known color: Buddha Gold. HEX triplet: C2, A4 and 10. RGB value is (194,164,16). Sum of RGB (Red+Green+Blue) = 194+164+16=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A410 is #3D5BEF. Grayscale: #9C9C9C. Windows color (decimal): -4021232 or 1090754. OLE color: 1090754.
HSL color Cylindrical-coordinate representation of color #C2A410: hue angle of 49.89º 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 #C2A410 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.24 |
| HSL | 49.89º | 0.85% | 0.41% | - |
| HSV(B) | 49.89º | 0.92% | 0.76% | - |
| XYZ | 35.62 | 38.06 | 5.96 | - |
| YUV | 156.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 16 | 0 | 0.15 | 0.92 | 0.24 | 49.89 | 0.85 | 0.41 |
| Hex | C2 | A4 | 10 | 0 | F | 5C | 18 | 32 | 55 | 29 |
| Octal | 302 | 244 | 20 | 0 | 17 | 134 | 30 | 62 | 125 | 51 |
| Binary | 11000010 | 10100100 | 10000 | 0 | 1111 | 1011100 | 11000 | 110010 | 1010101 | 101001 |
Color Harmonies of #C2A410
Complementary color
Monochromatic Colors of #C2A410
Black with #C2A410
Text Example
Text Example
White with #C2A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A410; }
p { color: rgb(194,164,16); }
H1.HeaderClassName
{
color: #C2A410;
}
.AnyTagClassName
{
color: #C2A410;
}
</style>
background-color css
<style>
a { background-color: #C2A410; }
a { background-color: rgb(194,164,16); }
div.DivClassName
{
background-color: #C2A410;
}
.BgClassName
{
background-color: #C2A410;
}
</style>
border-color css
<style>
span { border-color: #C2A410; }
span { border-color: rgb(194,164,16); }
td.TdClassName
{
border-color: #C2A410;
}
.TagClassName
{
border-color: #C2A410;
}
</style>