Shades of Buddha Gold #C59C0A
Tints of Buddha Gold #C59C0A
RGB
CMYK
RGB Variations
Color information
#C59C0A (or 0xC59C0A) is known color: Buddha Gold. HEX triplet: C5, 9C and 0A. RGB value is (197,156,10). Sum of RGB (Red+Green+Blue) = 197+156+10=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59C0A is #3A63F5. Grayscale: #989898. Windows color (decimal): -3826678 or 695493. OLE color: 695493.
HSL color Cylindrical-coordinate representation of color #C59C0A: hue angle of 46.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C59C0A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.23 |
| HSL | 46.84º | 0.9% | 0.41% | - |
| HSV(B) | 46.84º | 0.95% | 0.77% | - |
| XYZ | 34.97 | 35.67 | 5.33 | - |
| YUV | 151.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 10 | 0 | 0.21 | 0.95 | 0.23 | 46.84 | 0.9 | 0.41 |
| Hex | C5 | 9C | A | 0 | 15 | 5F | 17 | 2F | 5A | 29 |
| Octal | 305 | 234 | 12 | 0 | 25 | 137 | 27 | 57 | 132 | 51 |
| Binary | 11000101 | 10011100 | 1010 | 0 | 10101 | 1011111 | 10111 | 101111 | 1011010 | 101001 |
Color Harmonies of #C59C0A
Complementary color
Monochromatic Colors of #C59C0A
Black with #C59C0A
Text Example
Text Example
White with #C59C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C0A; }
p { color: rgb(197,156,10); }
H1.HeaderClassName
{
color: #C59C0A;
}
.AnyTagClassName
{
color: #C59C0A;
}
</style>
background-color css
<style>
a { background-color: #C59C0A; }
a { background-color: rgb(197,156,10); }
div.DivClassName
{
background-color: #C59C0A;
}
.BgClassName
{
background-color: #C59C0A;
}
</style>
border-color css
<style>
span { border-color: #C59C0A; }
span { border-color: rgb(197,156,10); }
td.TdClassName
{
border-color: #C59C0A;
}
.TagClassName
{
border-color: #C59C0A;
}
</style>