Shades of Buddha Gold #C58E19
Tints of Buddha Gold #C58E19
RGB
CMYK
RGB Variations
Color information
#C58E19 (or 0xC58E19) is known color: Buddha Gold. HEX triplet: C5, 8E and 19. RGB value is (197,142,25). Sum of RGB (Red+Green+Blue) = 197+142+25=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E19 is #3A71E6. Grayscale: #919191. Windows color (decimal): -3830247 or 1674949. OLE color: 1674949.
HSL color Cylindrical-coordinate representation of color #C58E19: hue angle of 40.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C58E19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 25 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.23 |
| HSL | 40.81º | 0.77% | 0.44% | - |
| HSV(B) | 40.81º | 0.87% | 0.77% | - |
| XYZ | 32.87 | 31.29 | 5.23 | - |
| YUV | 145.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 25 | 0 | 0.28 | 0.87 | 0.23 | 40.81 | 0.77 | 0.44 |
| Hex | C5 | 8E | 19 | 0 | 1C | 57 | 17 | 29 | 4D | 2C |
| Octal | 305 | 216 | 31 | 0 | 34 | 127 | 27 | 51 | 115 | 54 |
| Binary | 11000101 | 10001110 | 11001 | 0 | 11100 | 1010111 | 10111 | 101001 | 1001101 | 101100 |
Color Harmonies of #C58E19
Complementary color
Monochromatic Colors of #C58E19
Black with #C58E19
Text Example
Text Example
White with #C58E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E19; }
p { color: rgb(197,142,25); }
H1.HeaderClassName
{
color: #C58E19;
}
.AnyTagClassName
{
color: #C58E19;
}
</style>
background-color css
<style>
a { background-color: #C58E19; }
a { background-color: rgb(197,142,25); }
div.DivClassName
{
background-color: #C58E19;
}
.BgClassName
{
background-color: #C58E19;
}
</style>
border-color css
<style>
span { border-color: #C58E19; }
span { border-color: rgb(197,142,25); }
td.TdClassName
{
border-color: #C58E19;
}
.TagClassName
{
border-color: #C58E19;
}
</style>