Shades of Buddha Gold #C3A410
Tints of Buddha Gold #C3A410
RGB
CMYK
RGB Variations
Color information
#C3A410 (or 0xC3A410) is known color: Buddha Gold. HEX triplet: C3, A4 and 10. RGB value is (195,164,16). Sum of RGB (Red+Green+Blue) = 195+164+16=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A410 is #3C5BEF. Grayscale: #9D9D9D. Windows color (decimal): -3955696 or 1090755. OLE color: 1090755.
HSL color Cylindrical-coordinate representation of color #C3A410: hue angle of 49.61º 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 #C3A410 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.24 |
| HSL | 49.61º | 0.85% | 0.41% | - |
| HSV(B) | 49.61º | 0.92% | 0.76% | - |
| XYZ | 35.87 | 38.19 | 5.97 | - |
| YUV | 156.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 16 | 0 | 0.16 | 0.92 | 0.24 | 49.61 | 0.85 | 0.41 |
| Hex | C3 | A4 | 10 | 0 | 10 | 5C | 18 | 32 | 55 | 29 |
| Octal | 303 | 244 | 20 | 0 | 20 | 134 | 30 | 62 | 125 | 51 |
| Binary | 11000011 | 10100100 | 10000 | 0 | 10000 | 1011100 | 11000 | 110010 | 1010101 | 101001 |
Color Harmonies of #C3A410
Complementary color
Monochromatic Colors of #C3A410
Black with #C3A410
Text Example
Text Example
White with #C3A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A410; }
p { color: rgb(195,164,16); }
H1.HeaderClassName
{
color: #C3A410;
}
.AnyTagClassName
{
color: #C3A410;
}
</style>
background-color css
<style>
a { background-color: #C3A410; }
a { background-color: rgb(195,164,16); }
div.DivClassName
{
background-color: #C3A410;
}
.BgClassName
{
background-color: #C3A410;
}
</style>
border-color css
<style>
span { border-color: #C3A410; }
span { border-color: rgb(195,164,16); }
td.TdClassName
{
border-color: #C3A410;
}
.TagClassName
{
border-color: #C3A410;
}
</style>