Shades of Buddha Gold #C3A810
Tints of Buddha Gold #C3A810
RGB
CMYK
RGB Variations
Color information
#C3A810 (or 0xC3A810) is known color: Buddha Gold. HEX triplet: C3, A8 and 10. RGB value is (195,168,16). Sum of RGB (Red+Green+Blue) = 195+168+16=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A810 is #3C57EF. Grayscale: #9F9F9F. Windows color (decimal): -3954672 or 1091779. OLE color: 1091779.
HSL color Cylindrical-coordinate representation of color #C3A810: hue angle of 50.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3A810 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.24 |
| HSL | 50.95º | 0.85% | 0.41% | - |
| HSV(B) | 50.95º | 0.92% | 0.76% | - |
| XYZ | 36.6 | 39.64 | 6.21 | - |
| YUV | 158.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 16 | 0 | 0.14 | 0.92 | 0.24 | 50.95 | 0.85 | 0.41 |
| Hex | C3 | A8 | 10 | 0 | E | 5C | 18 | 33 | 55 | 29 |
| Octal | 303 | 250 | 20 | 0 | 16 | 134 | 30 | 63 | 125 | 51 |
| Binary | 11000011 | 10101000 | 10000 | 0 | 1110 | 1011100 | 11000 | 110011 | 1010101 | 101001 |
Color Harmonies of #C3A810
Complementary color
Monochromatic Colors of #C3A810
Black with #C3A810
Text Example
Text Example
White with #C3A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A810; }
p { color: rgb(195,168,16); }
H1.HeaderClassName
{
color: #C3A810;
}
.AnyTagClassName
{
color: #C3A810;
}
</style>
background-color css
<style>
a { background-color: #C3A810; }
a { background-color: rgb(195,168,16); }
div.DivClassName
{
background-color: #C3A810;
}
.BgClassName
{
background-color: #C3A810;
}
</style>
border-color css
<style>
span { border-color: #C3A810; }
span { border-color: rgb(195,168,16); }
td.TdClassName
{
border-color: #C3A810;
}
.TagClassName
{
border-color: #C3A810;
}
</style>