Shades of Buddha Gold #C3A800
Tints of Buddha Gold #C3A800
RGB
CMYK
RGB Variations
Color information
#C3A800 (or 0xC3A800) is known color: Buddha Gold. HEX triplet: C3, A8 and 00. RGB value is (195,168,0). Sum of RGB (Red+Green+Blue) = 195+168+0=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A800 is #3C57FF. Grayscale: #9D9D9D. Windows color (decimal): -3954688 or 43203. OLE color: 43203.
HSL color Cylindrical-coordinate representation of color #C3A800: hue angle of 51.69º 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 #C3A800 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.24 |
| HSL | 51.69º | 1% | 0.38% | - |
| HSV(B) | 51.69º | 1% | 0.76% | - |
| XYZ | 36.51 | 39.61 | 5.72 | - |
| YUV | 156.92 | 39.45 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 0 | 0 | 0.14 | 1 | 0.24 | 51.69 | 1 | 0.38 |
| Hex | C3 | A8 | 0 | 0 | E | 64 | 18 | 34 | 64 | 26 |
| Octal | 303 | 250 | 0 | 0 | 16 | 144 | 30 | 64 | 144 | 46 |
| Binary | 11000011 | 10101000 | 0 | 0 | 1110 | 1100100 | 11000 | 110100 | 1100100 | 100110 |
Color Harmonies of #C3A800
Complementary color
Monochromatic Colors of #C3A800
Black with #C3A800
Text Example
Text Example
White with #C3A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A800; }
p { color: rgb(195,168,0); }
H1.HeaderClassName
{
color: #C3A800;
}
.AnyTagClassName
{
color: #C3A800;
}
</style>
background-color css
<style>
a { background-color: #C3A800; }
a { background-color: rgb(195,168,0); }
div.DivClassName
{
background-color: #C3A800;
}
.BgClassName
{
background-color: #C3A800;
}
</style>
border-color css
<style>
span { border-color: #C3A800; }
span { border-color: rgb(195,168,0); }
td.TdClassName
{
border-color: #C3A800;
}
.TagClassName
{
border-color: #C3A800;
}
</style>