Shades of Buddha Gold #C5941A
Tints of Buddha Gold #C5941A
RGB
CMYK
RGB Variations
Color information
#C5941A (or 0xC5941A) is known color: Buddha Gold. HEX triplet: C5, 94 and 1A. RGB value is (197,148,26). Sum of RGB (Red+Green+Blue) = 197+148+26=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941A is #3A6BE5. Grayscale: #959595. Windows color (decimal): -3828710 or 1742021. OLE color: 1742021.
HSL color Cylindrical-coordinate representation of color #C5941A: hue angle of 42.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 #C5941A is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 26 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.23 |
| HSL | 42.81º | 0.77% | 0.44% | - |
| HSV(B) | 42.81º | 0.87% | 0.77% | - |
| XYZ | 33.8 | 33.12 | 5.59 | - |
| YUV | 148.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 26 | 0 | 0.25 | 0.87 | 0.23 | 42.81 | 0.77 | 0.44 |
| Hex | C5 | 94 | 1A | 0 | 19 | 57 | 17 | 2B | 4D | 2C |
| Octal | 305 | 224 | 32 | 0 | 31 | 127 | 27 | 53 | 115 | 54 |
| Binary | 11000101 | 10010100 | 11010 | 0 | 11001 | 1010111 | 10111 | 101011 | 1001101 | 101100 |
Color Harmonies of #C5941A
Complementary color
Monochromatic Colors of #C5941A
Black with #C5941A
Text Example
Text Example
White with #C5941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5941A; }
p { color: rgb(197,148,26); }
H1.HeaderClassName
{
color: #C5941A;
}
.AnyTagClassName
{
color: #C5941A;
}
</style>
background-color css
<style>
a { background-color: #C5941A; }
a { background-color: rgb(197,148,26); }
div.DivClassName
{
background-color: #C5941A;
}
.BgClassName
{
background-color: #C5941A;
}
</style>
border-color css
<style>
span { border-color: #C5941A; }
span { border-color: rgb(197,148,26); }
td.TdClassName
{
border-color: #C5941A;
}
.TagClassName
{
border-color: #C5941A;
}
</style>