Shades of Buddha Gold #C3A400
Tints of Buddha Gold #C3A400
RGB
CMYK
RGB Variations
Color information
#C3A400 (or 0xC3A400) is known color: Buddha Gold. HEX triplet: C3, A4 and 00. RGB value is (195,164,0). Sum of RGB (Red+Green+Blue) = 195+164+0=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A400 is #3C5BFF. Grayscale: #9B9B9B. Windows color (decimal): -3955712 or 42179. OLE color: 42179.
HSL color Cylindrical-coordinate representation of color #C3A400: hue angle of 50.46º 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 #C3A400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.24 |
| HSL | 50.46º | 1% | 0.38% | - |
| HSV(B) | 50.46º | 1% | 0.76% | - |
| XYZ | 35.78 | 38.15 | 5.48 | - |
| YUV | 154.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 0 | 0 | 0.16 | 1 | 0.24 | 50.46 | 1 | 0.38 |
| Hex | C3 | A4 | 0 | 0 | 10 | 64 | 18 | 32 | 64 | 26 |
| Octal | 303 | 244 | 0 | 0 | 20 | 144 | 30 | 62 | 144 | 46 |
| Binary | 11000011 | 10100100 | 0 | 0 | 10000 | 1100100 | 11000 | 110010 | 1100100 | 100110 |
Color Harmonies of #C3A400
Complementary color
Monochromatic Colors of #C3A400
Black with #C3A400
Text Example
Text Example
White with #C3A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A400; }
p { color: rgb(195,164,0); }
H1.HeaderClassName
{
color: #C3A400;
}
.AnyTagClassName
{
color: #C3A400;
}
</style>
background-color css
<style>
a { background-color: #C3A400; }
a { background-color: rgb(195,164,0); }
div.DivClassName
{
background-color: #C3A400;
}
.BgClassName
{
background-color: #C3A400;
}
</style>
border-color css
<style>
span { border-color: #C3A400; }
span { border-color: rgb(195,164,0); }
td.TdClassName
{
border-color: #C3A400;
}
.TagClassName
{
border-color: #C3A400;
}
</style>