Shades of Buddha Gold #C3A000
Tints of Buddha Gold #C3A000
RGB
CMYK
RGB Variations
Color information
#C3A000 (or 0xC3A000) is known color: Buddha Gold. HEX triplet: C3, A0 and 00. RGB value is (195,160,0). Sum of RGB (Red+Green+Blue) = 195+160+0=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A000 is #3C5FFF. Grayscale: #989898. Windows color (decimal): -3956736 or 41155. OLE color: 41155.
HSL color Cylindrical-coordinate representation of color #C3A000: hue angle of 49.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3A000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.24 |
| HSL | 49.23º | 1% | 0.38% | - |
| HSV(B) | 49.23º | 1% | 0.76% | - |
| XYZ | 35.08 | 36.74 | 5.24 | - |
| YUV | 152.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 0 | 0 | 0.18 | 1 | 0.24 | 49.23 | 1 | 0.38 |
| Hex | C3 | A0 | 0 | 0 | 12 | 64 | 18 | 31 | 64 | 26 |
| Octal | 303 | 240 | 0 | 0 | 22 | 144 | 30 | 61 | 144 | 46 |
| Binary | 11000011 | 10100000 | 0 | 0 | 10010 | 1100100 | 11000 | 110001 | 1100100 | 100110 |
Color Harmonies of #C3A000
Complementary color
Monochromatic Colors of #C3A000
Black with #C3A000
Text Example
Text Example
White with #C3A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A000; }
p { color: rgb(195,160,0); }
H1.HeaderClassName
{
color: #C3A000;
}
.AnyTagClassName
{
color: #C3A000;
}
</style>
background-color css
<style>
a { background-color: #C3A000; }
a { background-color: rgb(195,160,0); }
div.DivClassName
{
background-color: #C3A000;
}
.BgClassName
{
background-color: #C3A000;
}
</style>
border-color css
<style>
span { border-color: #C3A000; }
span { border-color: rgb(195,160,0); }
td.TdClassName
{
border-color: #C3A000;
}
.TagClassName
{
border-color: #C3A000;
}
</style>