Shades of Buddha Gold #C59A1C
Tints of Buddha Gold #C59A1C
RGB
CMYK
RGB Variations
Color information
#C59A1C (or 0xC59A1C) is known color: Buddha Gold. HEX triplet: C5, 9A and 1C. RGB value is (197,154,28). Sum of RGB (Red+Green+Blue) = 197+154+28=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A1C is #3A65E3. Grayscale: #999999. Windows color (decimal): -3827172 or 1874629. OLE color: 1874629.
HSL color Cylindrical-coordinate representation of color #C59A1C: hue angle of 44.73º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C59A1C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.23 |
| HSL | 44.73º | 0.75% | 0.44% | - |
| HSV(B) | 44.73º | 0.86% | 0.77% | - |
| XYZ | 34.79 | 35.07 | 6.03 | - |
| YUV | 152.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 28 | 0 | 0.22 | 0.86 | 0.23 | 44.73 | 0.75 | 0.44 |
| Hex | C5 | 9A | 1C | 0 | 16 | 56 | 17 | 2D | 4B | 2C |
| Octal | 305 | 232 | 34 | 0 | 26 | 126 | 27 | 55 | 113 | 54 |
| Binary | 11000101 | 10011010 | 11100 | 0 | 10110 | 1010110 | 10111 | 101101 | 1001011 | 101100 |
Color Harmonies of #C59A1C
Complementary color
Monochromatic Colors of #C59A1C
Black with #C59A1C
Text Example
Text Example
White with #C59A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A1C; }
p { color: rgb(197,154,28); }
H1.HeaderClassName
{
color: #C59A1C;
}
.AnyTagClassName
{
color: #C59A1C;
}
</style>
background-color css
<style>
a { background-color: #C59A1C; }
a { background-color: rgb(197,154,28); }
div.DivClassName
{
background-color: #C59A1C;
}
.BgClassName
{
background-color: #C59A1C;
}
</style>
border-color css
<style>
span { border-color: #C59A1C; }
span { border-color: rgb(197,154,28); }
td.TdClassName
{
border-color: #C59A1C;
}
.TagClassName
{
border-color: #C59A1C;
}
</style>