Shades of Buddha Gold #C5961A
Tints of Buddha Gold #C5961A
RGB
CMYK
RGB Variations
Color information
#C5961A (or 0xC5961A) is known color: Buddha Gold. HEX triplet: C5, 96 and 1A. RGB value is (197,150,26). Sum of RGB (Red+Green+Blue) = 197+150+26=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5961A is #3A69E5. Grayscale: #969696. Windows color (decimal): -3828198 or 1742533. OLE color: 1742533.
HSL color Cylindrical-coordinate representation of color #C5961A: hue angle of 43.51º 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 #C5961A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 26 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.23 |
| HSL | 43.51º | 0.77% | 0.44% | - |
| HSV(B) | 43.51º | 0.87% | 0.77% | - |
| XYZ | 34.12 | 33.76 | 5.69 | - |
| YUV | 149.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 26 | 0 | 0.24 | 0.87 | 0.23 | 43.51 | 0.77 | 0.44 |
| Hex | C5 | 96 | 1A | 0 | 18 | 57 | 17 | 2C | 4D | 2C |
| Octal | 305 | 226 | 32 | 0 | 30 | 127 | 27 | 54 | 115 | 54 |
| Binary | 11000101 | 10010110 | 11010 | 0 | 11000 | 1010111 | 10111 | 101100 | 1001101 | 101100 |
Color Harmonies of #C5961A
Complementary color
Monochromatic Colors of #C5961A
Black with #C5961A
Text Example
Text Example
White with #C5961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5961A; }
p { color: rgb(197,150,26); }
H1.HeaderClassName
{
color: #C5961A;
}
.AnyTagClassName
{
color: #C5961A;
}
</style>
background-color css
<style>
a { background-color: #C5961A; }
a { background-color: rgb(197,150,26); }
div.DivClassName
{
background-color: #C5961A;
}
.BgClassName
{
background-color: #C5961A;
}
</style>
border-color css
<style>
span { border-color: #C5961A; }
span { border-color: rgb(197,150,26); }
td.TdClassName
{
border-color: #C5961A;
}
.TagClassName
{
border-color: #C5961A;
}
</style>