Shades of Buddha Gold #C59213
Tints of Buddha Gold #C59213
RGB
CMYK
RGB Variations
Color information
#C59213 (or 0xC59213) is known color: Buddha Gold. HEX triplet: C5, 92 and 13. RGB value is (197,146,19). Sum of RGB (Red+Green+Blue) = 197+146+19=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C59213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59213 is #3A6DEC. Grayscale: #939393. Windows color (decimal): -3829229 or 1282757. OLE color: 1282757.
HSL color Cylindrical-coordinate representation of color #C59213: hue angle of 42.81º 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 #C59213 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 19 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.23 |
| HSL | 42.81º | 0.82% | 0.42% | - |
| HSV(B) | 42.81º | 0.9% | 0.77% | - |
| XYZ | 33.42 | 32.48 | 5.12 | - |
| YUV | 146.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 19 | 0 | 0.26 | 0.90 | 0.23 | 42.81 | 0.82 | 0.42 |
| Hex | C5 | 92 | 13 | 0 | 1A | 5A | 17 | 2B | 52 | 2A |
| Octal | 305 | 222 | 23 | 0 | 32 | 132 | 27 | 53 | 122 | 52 |
| Binary | 11000101 | 10010010 | 10011 | 0 | 11010 | 1011010 | 10111 | 101011 | 1010010 | 101010 |
Color Harmonies of #C59213
Complementary color
Monochromatic Colors of #C59213
Black with #C59213
Text Example
Text Example
White with #C59213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59213; }
p { color: rgb(197,146,19); }
H1.HeaderClassName
{
color: #C59213;
}
.AnyTagClassName
{
color: #C59213;
}
</style>
background-color css
<style>
a { background-color: #C59213; }
a { background-color: rgb(197,146,19); }
div.DivClassName
{
background-color: #C59213;
}
.BgClassName
{
background-color: #C59213;
}
</style>
border-color css
<style>
span { border-color: #C59213; }
span { border-color: rgb(197,146,19); }
td.TdClassName
{
border-color: #C59213;
}
.TagClassName
{
border-color: #C59213;
}
</style>