Shades of Buddha Gold #C5950C
Tints of Buddha Gold #C5950C
RGB
CMYK
RGB Variations
Color information
#C5950C (or 0xC5950C) is known color: Buddha Gold. HEX triplet: C5, 95 and 0C. RGB value is (197,149,12). Sum of RGB (Red+Green+Blue) = 197+149+12=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5950C is #3A6AF3. Grayscale: #949494. Windows color (decimal): -3828468 or 824773. OLE color: 824773.
HSL color Cylindrical-coordinate representation of color #C5950C: hue angle of 44.43º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5950C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.23 |
| HSL | 44.43º | 0.89% | 0.41% | - |
| HSV(B) | 44.43º | 0.94% | 0.77% | - |
| XYZ | 33.84 | 33.39 | 5.01 | - |
| YUV | 147.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 12 | 0 | 0.24 | 0.94 | 0.23 | 44.43 | 0.89 | 0.41 |
| Hex | C5 | 95 | C | 0 | 18 | 5E | 17 | 2C | 59 | 29 |
| Octal | 305 | 225 | 14 | 0 | 30 | 136 | 27 | 54 | 131 | 51 |
| Binary | 11000101 | 10010101 | 1100 | 0 | 11000 | 1011110 | 10111 | 101100 | 1011001 | 101001 |
Color Harmonies of #C5950C
Complementary color
Monochromatic Colors of #C5950C
Black with #C5950C
Text Example
Text Example
White with #C5950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5950C; }
p { color: rgb(197,149,12); }
H1.HeaderClassName
{
color: #C5950C;
}
.AnyTagClassName
{
color: #C5950C;
}
</style>
background-color css
<style>
a { background-color: #C5950C; }
a { background-color: rgb(197,149,12); }
div.DivClassName
{
background-color: #C5950C;
}
.BgClassName
{
background-color: #C5950C;
}
</style>
border-color css
<style>
span { border-color: #C5950C; }
span { border-color: rgb(197,149,12); }
td.TdClassName
{
border-color: #C5950C;
}
.TagClassName
{
border-color: #C5950C;
}
</style>