Shades of Buddha Gold #C5951E
Tints of Buddha Gold #C5951E
RGB
CMYK
RGB Variations
Color information
#C5951E (or 0xC5951E) is known color: Buddha Gold. HEX triplet: C5, 95 and 1E. RGB value is (197,149,30). Sum of RGB (Red+Green+Blue) = 197+149+30=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951E is #3A6AE1. Grayscale: #969696. Windows color (decimal): -3828450 or 2004421. OLE color: 2004421.
HSL color Cylindrical-coordinate representation of color #C5951E: hue angle of 42.75º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5951E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 30 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.23 |
| HSL | 42.75º | 0.74% | 0.45% | - |
| HSV(B) | 42.75º | 0.85% | 0.77% | - |
| XYZ | 34.01 | 33.46 | 5.89 | - |
| YUV | 149.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 30 | 0 | 0.24 | 0.85 | 0.23 | 42.75 | 0.74 | 0.45 |
| Hex | C5 | 95 | 1E | 0 | 18 | 55 | 17 | 2B | 4A | 2D |
| Octal | 305 | 225 | 36 | 0 | 30 | 125 | 27 | 53 | 112 | 55 |
| Binary | 11000101 | 10010101 | 11110 | 0 | 11000 | 1010101 | 10111 | 101011 | 1001010 | 101101 |
Color Harmonies of #C5951E
Complementary color
Monochromatic Colors of #C5951E
Black with #C5951E
Text Example
Text Example
White with #C5951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5951E; }
p { color: rgb(197,149,30); }
H1.HeaderClassName
{
color: #C5951E;
}
.AnyTagClassName
{
color: #C5951E;
}
</style>
background-color css
<style>
a { background-color: #C5951E; }
a { background-color: rgb(197,149,30); }
div.DivClassName
{
background-color: #C5951E;
}
.BgClassName
{
background-color: #C5951E;
}
</style>
border-color css
<style>
span { border-color: #C5951E; }
span { border-color: rgb(197,149,30); }
td.TdClassName
{
border-color: #C5951E;
}
.TagClassName
{
border-color: #C5951E;
}
</style>