Shades of Buddha Gold #C5A103
Tints of Buddha Gold #C5A103
RGB
CMYK
RGB Variations
Color information
#C5A103 (or 0xC5A103) is known color: Buddha Gold. HEX triplet: C5, A1 and 03. RGB value is (197,161,3). Sum of RGB (Red+Green+Blue) = 197+161+3=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A103 is #3A5EFC. Grayscale: #9A9A9A. Windows color (decimal): -3825405 or 238021. OLE color: 238021.
HSL color Cylindrical-coordinate representation of color #C5A103: hue angle of 48.87º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5A103 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.23 |
| HSL | 48.87º | 0.97% | 0.39% | - |
| HSV(B) | 48.87º | 0.98% | 0.77% | - |
| XYZ | 35.79 | 37.37 | 5.41 | - |
| YUV | 153.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 3 | 0 | 0.18 | 0.98 | 0.23 | 48.87 | 0.97 | 0.39 |
| Hex | C5 | A1 | 3 | 0 | 12 | 62 | 17 | 31 | 61 | 27 |
| Octal | 305 | 241 | 3 | 0 | 22 | 142 | 27 | 61 | 141 | 47 |
| Binary | 11000101 | 10100001 | 11 | 0 | 10010 | 1100010 | 10111 | 110001 | 1100001 | 100111 |
Color Harmonies of #C5A103
Complementary color
Monochromatic Colors of #C5A103
Black with #C5A103
Text Example
Text Example
White with #C5A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A103; }
p { color: rgb(197,161,3); }
H1.HeaderClassName
{
color: #C5A103;
}
.AnyTagClassName
{
color: #C5A103;
}
</style>
background-color css
<style>
a { background-color: #C5A103; }
a { background-color: rgb(197,161,3); }
div.DivClassName
{
background-color: #C5A103;
}
.BgClassName
{
background-color: #C5A103;
}
</style>
border-color css
<style>
span { border-color: #C5A103; }
span { border-color: rgb(197,161,3); }
td.TdClassName
{
border-color: #C5A103;
}
.TagClassName
{
border-color: #C5A103;
}
</style>