Shades of Buddha Gold #C2A310
Tints of Buddha Gold #C2A310
RGB
CMYK
RGB Variations
Color information
#C2A310 (or 0xC2A310) is known color: Buddha Gold. HEX triplet: C2, A3 and 10. RGB value is (194,163,16). Sum of RGB (Red+Green+Blue) = 194+163+16=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A310 is #3D5CEF. Grayscale: #9C9C9C. Windows color (decimal): -4021488 or 1090498. OLE color: 1090498.
HSL color Cylindrical-coordinate representation of color #C2A310: hue angle of 49.55º 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 #C2A310 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.24 |
| HSL | 49.55º | 0.85% | 0.41% | - |
| HSV(B) | 49.55º | 0.92% | 0.76% | - |
| XYZ | 35.44 | 37.7 | 5.9 | - |
| YUV | 155.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 16 | 0 | 0.16 | 0.92 | 0.24 | 49.55 | 0.85 | 0.41 |
| Hex | C2 | A3 | 10 | 0 | 10 | 5C | 18 | 32 | 55 | 29 |
| Octal | 302 | 243 | 20 | 0 | 20 | 134 | 30 | 62 | 125 | 51 |
| Binary | 11000010 | 10100011 | 10000 | 0 | 10000 | 1011100 | 11000 | 110010 | 1010101 | 101001 |
Color Harmonies of #C2A310
Complementary color
Monochromatic Colors of #C2A310
Black with #C2A310
Text Example
Text Example
White with #C2A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A310; }
p { color: rgb(194,163,16); }
H1.HeaderClassName
{
color: #C2A310;
}
.AnyTagClassName
{
color: #C2A310;
}
</style>
background-color css
<style>
a { background-color: #C2A310; }
a { background-color: rgb(194,163,16); }
div.DivClassName
{
background-color: #C2A310;
}
.BgClassName
{
background-color: #C2A310;
}
</style>
border-color css
<style>
span { border-color: #C2A310; }
span { border-color: rgb(194,163,16); }
td.TdClassName
{
border-color: #C2A310;
}
.TagClassName
{
border-color: #C2A310;
}
</style>