Shades of Buddha Gold #C49412
Tints of Buddha Gold #C49412
RGB
CMYK
RGB Variations
Color information
#C49412 (or 0xC49412) is known color: Buddha Gold. HEX triplet: C4, 94 and 12. RGB value is (196,148,18). Sum of RGB (Red+Green+Blue) = 196+148+18=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C49412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49412 is #3B6BED. Grayscale: #949494. Windows color (decimal): -3894254 or 1217732. OLE color: 1217732.
HSL color Cylindrical-coordinate representation of color #C49412: hue angle of 43.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C49412 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 18 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.23 |
| HSL | 43.82º | 0.83% | 0.42% | - |
| HSV(B) | 43.82º | 0.91% | 0.77% | - |
| XYZ | 33.46 | 32.96 | 5.17 | - |
| YUV | 147.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 18 | 0 | 0.24 | 0.91 | 0.23 | 43.82 | 0.83 | 0.42 |
| Hex | C4 | 94 | 12 | 0 | 18 | 5B | 17 | 2C | 53 | 2A |
| Octal | 304 | 224 | 22 | 0 | 30 | 133 | 27 | 54 | 123 | 52 |
| Binary | 11000100 | 10010100 | 10010 | 0 | 11000 | 1011011 | 10111 | 101100 | 1010011 | 101010 |
Color Harmonies of #C49412
Complementary color
Monochromatic Colors of #C49412
Black with #C49412
Text Example
Text Example
White with #C49412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49412; }
p { color: rgb(196,148,18); }
H1.HeaderClassName
{
color: #C49412;
}
.AnyTagClassName
{
color: #C49412;
}
</style>
background-color css
<style>
a { background-color: #C49412; }
a { background-color: rgb(196,148,18); }
div.DivClassName
{
background-color: #C49412;
}
.BgClassName
{
background-color: #C49412;
}
</style>
border-color css
<style>
span { border-color: #C49412; }
span { border-color: rgb(196,148,18); }
td.TdClassName
{
border-color: #C49412;
}
.TagClassName
{
border-color: #C49412;
}
</style>