Shades of Buddha Gold #C49713
Tints of Buddha Gold #C49713
RGB
CMYK
RGB Variations
Color information
#C49713 (or 0xC49713) is known color: Buddha Gold. HEX triplet: C4, 97 and 13. RGB value is (196,151,19). Sum of RGB (Red+Green+Blue) = 196+151+19=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C49713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49713 is #3B68EC. Grayscale: #959595. Windows color (decimal): -3893485 or 1284036. OLE color: 1284036.
HSL color Cylindrical-coordinate representation of color #C49713: hue angle of 44.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C49713 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.23 |
| HSL | 44.75º | 0.82% | 0.42% | - |
| HSV(B) | 44.75º | 0.9% | 0.77% | - |
| XYZ | 33.95 | 33.92 | 5.37 | - |
| YUV | 149.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 19 | 0 | 0.23 | 0.90 | 0.23 | 44.75 | 0.82 | 0.42 |
| Hex | C4 | 97 | 13 | 0 | 17 | 5A | 17 | 2D | 52 | 2A |
| Octal | 304 | 227 | 23 | 0 | 27 | 132 | 27 | 55 | 122 | 52 |
| Binary | 11000100 | 10010111 | 10011 | 0 | 10111 | 1011010 | 10111 | 101101 | 1010010 | 101010 |
Color Harmonies of #C49713
Complementary color
Monochromatic Colors of #C49713
Black with #C49713
Text Example
Text Example
White with #C49713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49713; }
p { color: rgb(196,151,19); }
H1.HeaderClassName
{
color: #C49713;
}
.AnyTagClassName
{
color: #C49713;
}
</style>
background-color css
<style>
a { background-color: #C49713; }
a { background-color: rgb(196,151,19); }
div.DivClassName
{
background-color: #C49713;
}
.BgClassName
{
background-color: #C49713;
}
</style>
border-color css
<style>
span { border-color: #C49713; }
span { border-color: rgb(196,151,19); }
td.TdClassName
{
border-color: #C49713;
}
.TagClassName
{
border-color: #C49713;
}
</style>