Shades of Buddha Gold #C39613
Tints of Buddha Gold #C39613
RGB
CMYK
RGB Variations
Color information
#C39613 (or 0xC39613) is known color: Buddha Gold. HEX triplet: C3, 96 and 13. RGB value is (195,150,19). Sum of RGB (Red+Green+Blue) = 195+150+19=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39613 is #3C69EC. Grayscale: #959595. Windows color (decimal): -3959277 or 1283779. OLE color: 1283779.
HSL color Cylindrical-coordinate representation of color #C39613: hue angle of 44.66º degrees, saturation: 0.82, 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 #C39613 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.24 |
| HSL | 44.66º | 0.82% | 0.42% | - |
| HSV(B) | 44.66º | 0.9% | 0.76% | - |
| XYZ | 33.53 | 33.46 | 5.31 | - |
| YUV | 148.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 19 | 0 | 0.23 | 0.90 | 0.24 | 44.66 | 0.82 | 0.42 |
| Hex | C3 | 96 | 13 | 0 | 17 | 5A | 18 | 2D | 52 | 2A |
| Octal | 303 | 226 | 23 | 0 | 27 | 132 | 30 | 55 | 122 | 52 |
| Binary | 11000011 | 10010110 | 10011 | 0 | 10111 | 1011010 | 11000 | 101101 | 1010010 | 101010 |
Color Harmonies of #C39613
Complementary color
Monochromatic Colors of #C39613
Black with #C39613
Text Example
Text Example
White with #C39613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39613; }
p { color: rgb(195,150,19); }
H1.HeaderClassName
{
color: #C39613;
}
.AnyTagClassName
{
color: #C39613;
}
</style>
background-color css
<style>
a { background-color: #C39613; }
a { background-color: rgb(195,150,19); }
div.DivClassName
{
background-color: #C39613;
}
.BgClassName
{
background-color: #C39613;
}
</style>
border-color css
<style>
span { border-color: #C39613; }
span { border-color: rgb(195,150,19); }
td.TdClassName
{
border-color: #C39613;
}
.TagClassName
{
border-color: #C39613;
}
</style>