Shades of Buddha Gold #C3A614
Tints of Buddha Gold #C3A614
RGB
CMYK
RGB Variations
Color information
#C3A614 (or 0xC3A614) is known color: Buddha Gold. HEX triplet: C3, A6 and 14. RGB value is (195,166,20). Sum of RGB (Red+Green+Blue) = 195+166+20=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A614 is #3C59EB. Grayscale: #9E9E9E. Windows color (decimal): -3955180 or 1353411. OLE color: 1353411.
HSL color Cylindrical-coordinate representation of color #C3A614: hue angle of 50.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3A614 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.24 |
| HSL | 50.06º | 0.81% | 0.42% | - |
| HSV(B) | 50.06º | 0.9% | 0.76% | - |
| XYZ | 36.27 | 38.93 | 6.26 | - |
| YUV | 158.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 20 | 0 | 0.15 | 0.90 | 0.24 | 50.06 | 0.81 | 0.42 |
| Hex | C3 | A6 | 14 | 0 | F | 5A | 18 | 32 | 51 | 2A |
| Octal | 303 | 246 | 24 | 0 | 17 | 132 | 30 | 62 | 121 | 52 |
| Binary | 11000011 | 10100110 | 10100 | 0 | 1111 | 1011010 | 11000 | 110010 | 1010001 | 101010 |
Color Harmonies of #C3A614
Complementary color
Monochromatic Colors of #C3A614
Black with #C3A614
Text Example
Text Example
White with #C3A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A614; }
p { color: rgb(195,166,20); }
H1.HeaderClassName
{
color: #C3A614;
}
.AnyTagClassName
{
color: #C3A614;
}
</style>
background-color css
<style>
a { background-color: #C3A614; }
a { background-color: rgb(195,166,20); }
div.DivClassName
{
background-color: #C3A614;
}
.BgClassName
{
background-color: #C3A614;
}
</style>
border-color css
<style>
span { border-color: #C3A614; }
span { border-color: rgb(195,166,20); }
td.TdClassName
{
border-color: #C3A614;
}
.TagClassName
{
border-color: #C3A614;
}
</style>