Shades of Buddha Gold #C3A510
Tints of Buddha Gold #C3A510
RGB
CMYK
RGB Variations
Color information
#C3A510 (or 0xC3A510) is known color: Buddha Gold. HEX triplet: C3, A5 and 10. RGB value is (195,165,16). Sum of RGB (Red+Green+Blue) = 195+165+16=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A510 is #3C5AEF. Grayscale: #9D9D9D. Windows color (decimal): -3955440 or 1091011. OLE color: 1091011.
HSL color Cylindrical-coordinate representation of color #C3A510: hue angle of 49.94º 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 #C3A510 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.24 |
| HSL | 49.94º | 0.85% | 0.41% | - |
| HSV(B) | 49.94º | 0.92% | 0.76% | - |
| XYZ | 36.05 | 38.55 | 6.03 | - |
| YUV | 156.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 16 | 0 | 0.15 | 0.92 | 0.24 | 49.94 | 0.85 | 0.41 |
| Hex | C3 | A5 | 10 | 0 | F | 5C | 18 | 32 | 55 | 29 |
| Octal | 303 | 245 | 20 | 0 | 17 | 134 | 30 | 62 | 125 | 51 |
| Binary | 11000011 | 10100101 | 10000 | 0 | 1111 | 1011100 | 11000 | 110010 | 1010101 | 101001 |
Color Harmonies of #C3A510
Complementary color
Monochromatic Colors of #C3A510
Black with #C3A510
Text Example
Text Example
White with #C3A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A510; }
p { color: rgb(195,165,16); }
H1.HeaderClassName
{
color: #C3A510;
}
.AnyTagClassName
{
color: #C3A510;
}
</style>
background-color css
<style>
a { background-color: #C3A510; }
a { background-color: rgb(195,165,16); }
div.DivClassName
{
background-color: #C3A510;
}
.BgClassName
{
background-color: #C3A510;
}
</style>
border-color css
<style>
span { border-color: #C3A510; }
span { border-color: rgb(195,165,16); }
td.TdClassName
{
border-color: #C3A510;
}
.TagClassName
{
border-color: #C3A510;
}
</style>