Shades of Buddha Gold #C5A11A
Tints of Buddha Gold #C5A11A
RGB
CMYK
RGB Variations
Color information
#C5A11A (or 0xC5A11A) is known color: Buddha Gold. HEX triplet: C5, A1 and 1A. RGB value is (197,161,26). Sum of RGB (Red+Green+Blue) = 197+161+26=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A11A is #3A5EE5. Grayscale: #9C9C9C. Windows color (decimal): -3825382 or 1745349. OLE color: 1745349.
HSL color Cylindrical-coordinate representation of color #C5A11A: hue angle of 47.37º 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 #C5A11A is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 26 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.23 |
| HSL | 47.37º | 0.77% | 0.44% | - |
| HSV(B) | 47.37º | 0.87% | 0.77% | - |
| XYZ | 35.96 | 37.43 | 6.31 | - |
| YUV | 156.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 26 | 0 | 0.18 | 0.87 | 0.23 | 47.37 | 0.77 | 0.44 |
| Hex | C5 | A1 | 1A | 0 | 12 | 57 | 17 | 2F | 4D | 2C |
| Octal | 305 | 241 | 32 | 0 | 22 | 127 | 27 | 57 | 115 | 54 |
| Binary | 11000101 | 10100001 | 11010 | 0 | 10010 | 1010111 | 10111 | 101111 | 1001101 | 101100 |
Color Harmonies of #C5A11A
Complementary color
Monochromatic Colors of #C5A11A
Black with #C5A11A
Text Example
Text Example
White with #C5A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A11A; }
p { color: rgb(197,161,26); }
H1.HeaderClassName
{
color: #C5A11A;
}
.AnyTagClassName
{
color: #C5A11A;
}
</style>
background-color css
<style>
a { background-color: #C5A11A; }
a { background-color: rgb(197,161,26); }
div.DivClassName
{
background-color: #C5A11A;
}
.BgClassName
{
background-color: #C5A11A;
}
</style>
border-color css
<style>
span { border-color: #C5A11A; }
span { border-color: rgb(197,161,26); }
td.TdClassName
{
border-color: #C5A11A;
}
.TagClassName
{
border-color: #C5A11A;
}
</style>