Shades of Buddha Gold #C3A816
Tints of Buddha Gold #C3A816
RGB
CMYK
RGB Variations
Color information
#C3A816 (or 0xC3A816) is known color: Buddha Gold. HEX triplet: C3, A8 and 16. RGB value is (195,168,22). Sum of RGB (Red+Green+Blue) = 195+168+22=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A816 is #3C57E9. Grayscale: #A0A0A0. Windows color (decimal): -3954666 or 1484995. OLE color: 1484995.
HSL color Cylindrical-coordinate representation of color #C3A816: hue angle of 50.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3A816 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.24 |
| HSL | 50.64º | 0.8% | 0.43% | - |
| HSV(B) | 50.64º | 0.89% | 0.76% | - |
| XYZ | 36.65 | 39.67 | 6.48 | - |
| YUV | 159.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 22 | 0 | 0.14 | 0.89 | 0.24 | 50.64 | 0.8 | 0.43 |
| Hex | C3 | A8 | 16 | 0 | E | 59 | 18 | 33 | 50 | 2B |
| Octal | 303 | 250 | 26 | 0 | 16 | 131 | 30 | 63 | 120 | 53 |
| Binary | 11000011 | 10101000 | 10110 | 0 | 1110 | 1011001 | 11000 | 110011 | 1010000 | 101011 |
Color Harmonies of #C3A816
Complementary color
Monochromatic Colors of #C3A816
Black with #C3A816
Text Example
Text Example
White with #C3A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A816; }
p { color: rgb(195,168,22); }
H1.HeaderClassName
{
color: #C3A816;
}
.AnyTagClassName
{
color: #C3A816;
}
</style>
background-color css
<style>
a { background-color: #C3A816; }
a { background-color: rgb(195,168,22); }
div.DivClassName
{
background-color: #C3A816;
}
.BgClassName
{
background-color: #C3A816;
}
</style>
border-color css
<style>
span { border-color: #C3A816; }
span { border-color: rgb(195,168,22); }
td.TdClassName
{
border-color: #C3A816;
}
.TagClassName
{
border-color: #C3A816;
}
</style>