Shades of Buddha Gold #C5A11C
Tints of Buddha Gold #C5A11C
RGB
CMYK
RGB Variations
Color information
#C5A11C (or 0xC5A11C) is known color: Buddha Gold. HEX triplet: C5, A1 and 1C. RGB value is (197,161,28). Sum of RGB (Red+Green+Blue) = 197+161+28=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A11C is #3A5EE3. Grayscale: #9D9D9D. Windows color (decimal): -3825380 or 1876421. OLE color: 1876421.
HSL color Cylindrical-coordinate representation of color #C5A11C: hue angle of 47.22º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A11C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 28 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.23 |
| HSL | 47.22º | 0.75% | 0.44% | - |
| HSV(B) | 47.22º | 0.86% | 0.77% | - |
| XYZ | 35.98 | 37.44 | 6.43 | - |
| YUV | 156.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 28 | 0 | 0.18 | 0.86 | 0.23 | 47.22 | 0.75 | 0.44 |
| Hex | C5 | A1 | 1C | 0 | 12 | 56 | 17 | 2F | 4B | 2C |
| Octal | 305 | 241 | 34 | 0 | 22 | 126 | 27 | 57 | 113 | 54 |
| Binary | 11000101 | 10100001 | 11100 | 0 | 10010 | 1010110 | 10111 | 101111 | 1001011 | 101100 |
Color Harmonies of #C5A11C
Complementary color
Monochromatic Colors of #C5A11C
Black with #C5A11C
Text Example
Text Example
White with #C5A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A11C; }
p { color: rgb(197,161,28); }
H1.HeaderClassName
{
color: #C5A11C;
}
.AnyTagClassName
{
color: #C5A11C;
}
</style>
background-color css
<style>
a { background-color: #C5A11C; }
a { background-color: rgb(197,161,28); }
div.DivClassName
{
background-color: #C5A11C;
}
.BgClassName
{
background-color: #C5A11C;
}
</style>
border-color css
<style>
span { border-color: #C5A11C; }
span { border-color: rgb(197,161,28); }
td.TdClassName
{
border-color: #C5A11C;
}
.TagClassName
{
border-color: #C5A11C;
}
</style>