Shades of Buddha Gold #C3A514
Tints of Buddha Gold #C3A514
RGB
CMYK
RGB Variations
Color information
#C3A514 (or 0xC3A514) is known color: Buddha Gold. HEX triplet: C3, A5 and 14. RGB value is (195,165,20). Sum of RGB (Red+Green+Blue) = 195+165+20=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A514 is #3C5AEB. Grayscale: #9E9E9E. Windows color (decimal): -3955436 or 1353155. OLE color: 1353155.
HSL color Cylindrical-coordinate representation of color #C3A514: hue angle of 49.71º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3A514 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.24 |
| HSL | 49.71º | 0.81% | 0.42% | - |
| HSV(B) | 49.71º | 0.9% | 0.76% | - |
| XYZ | 36.09 | 38.56 | 6.2 | - |
| YUV | 157.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 20 | 0 | 0.15 | 0.90 | 0.24 | 49.71 | 0.81 | 0.42 |
| Hex | C3 | A5 | 14 | 0 | F | 5A | 18 | 32 | 51 | 2A |
| Octal | 303 | 245 | 24 | 0 | 17 | 132 | 30 | 62 | 121 | 52 |
| Binary | 11000011 | 10100101 | 10100 | 0 | 1111 | 1011010 | 11000 | 110010 | 1010001 | 101010 |
Color Harmonies of #C3A514
Complementary color
Monochromatic Colors of #C3A514
Black with #C3A514
Text Example
Text Example
White with #C3A514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A514; }
p { color: rgb(195,165,20); }
H1.HeaderClassName
{
color: #C3A514;
}
.AnyTagClassName
{
color: #C3A514;
}
</style>
background-color css
<style>
a { background-color: #C3A514; }
a { background-color: rgb(195,165,20); }
div.DivClassName
{
background-color: #C3A514;
}
.BgClassName
{
background-color: #C3A514;
}
</style>
border-color css
<style>
span { border-color: #C3A514; }
span { border-color: rgb(195,165,20); }
td.TdClassName
{
border-color: #C3A514;
}
.TagClassName
{
border-color: #C3A514;
}
</style>