Shades of Buddha Gold #C3A304
Tints of Buddha Gold #C3A304
RGB
CMYK
RGB Variations
Color information
#C3A304 (or 0xC3A304) is known color: Buddha Gold. HEX triplet: C3, A3 and 04. RGB value is (195,163,4). Sum of RGB (Red+Green+Blue) = 195+163+4=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A304 is #3C5CFB. Grayscale: #9B9B9B. Windows color (decimal): -3955964 or 304067. OLE color: 304067.
HSL color Cylindrical-coordinate representation of color #C3A304: hue angle of 49.95º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3A304 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.24 |
| HSL | 49.95º | 0.96% | 0.39% | - |
| HSV(B) | 49.95º | 0.98% | 0.76% | - |
| XYZ | 35.62 | 37.81 | 5.53 | - |
| YUV | 154.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 4 | 0 | 0.16 | 0.98 | 0.24 | 49.95 | 0.96 | 0.39 |
| Hex | C3 | A3 | 4 | 0 | 10 | 62 | 18 | 32 | 60 | 27 |
| Octal | 303 | 243 | 4 | 0 | 20 | 142 | 30 | 62 | 140 | 47 |
| Binary | 11000011 | 10100011 | 100 | 0 | 10000 | 1100010 | 11000 | 110010 | 1100000 | 100111 |
Color Harmonies of #C3A304
Complementary color
Monochromatic Colors of #C3A304
Black with #C3A304
Text Example
Text Example
White with #C3A304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A304; }
p { color: rgb(195,163,4); }
H1.HeaderClassName
{
color: #C3A304;
}
.AnyTagClassName
{
color: #C3A304;
}
</style>
background-color css
<style>
a { background-color: #C3A304; }
a { background-color: rgb(195,163,4); }
div.DivClassName
{
background-color: #C3A304;
}
.BgClassName
{
background-color: #C3A304;
}
</style>
border-color css
<style>
span { border-color: #C3A304; }
span { border-color: rgb(195,163,4); }
td.TdClassName
{
border-color: #C3A304;
}
.TagClassName
{
border-color: #C3A304;
}
</style>