Shades of Buddha Gold #C59A0C
Tints of Buddha Gold #C59A0C
RGB
CMYK
RGB Variations
Color information
#C59A0C (or 0xC59A0C) is known color: Buddha Gold. HEX triplet: C5, 9A and 0C. RGB value is (197,154,12). Sum of RGB (Red+Green+Blue) = 197+154+12=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A0C is #3A65F3. Grayscale: #979797. Windows color (decimal): -3827188 or 826053. OLE color: 826053.
HSL color Cylindrical-coordinate representation of color #C59A0C: hue angle of 46.05º 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 #C59A0C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.23 |
| HSL | 46.05º | 0.89% | 0.41% | - |
| HSV(B) | 46.05º | 0.94% | 0.77% | - |
| XYZ | 34.65 | 35.01 | 5.28 | - |
| YUV | 150.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 12 | 0 | 0.22 | 0.94 | 0.23 | 46.05 | 0.89 | 0.41 |
| Hex | C5 | 9A | C | 0 | 16 | 5E | 17 | 2E | 59 | 29 |
| Octal | 305 | 232 | 14 | 0 | 26 | 136 | 27 | 56 | 131 | 51 |
| Binary | 11000101 | 10011010 | 1100 | 0 | 10110 | 1011110 | 10111 | 101110 | 1011001 | 101001 |
Color Harmonies of #C59A0C
Complementary color
Monochromatic Colors of #C59A0C
Black with #C59A0C
Text Example
Text Example
White with #C59A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A0C; }
p { color: rgb(197,154,12); }
H1.HeaderClassName
{
color: #C59A0C;
}
.AnyTagClassName
{
color: #C59A0C;
}
</style>
background-color css
<style>
a { background-color: #C59A0C; }
a { background-color: rgb(197,154,12); }
div.DivClassName
{
background-color: #C59A0C;
}
.BgClassName
{
background-color: #C59A0C;
}
</style>
border-color css
<style>
span { border-color: #C59A0C; }
span { border-color: rgb(197,154,12); }
td.TdClassName
{
border-color: #C59A0C;
}
.TagClassName
{
border-color: #C59A0C;
}
</style>