Shades of Buddha Gold #C4A107
Tints of Buddha Gold #C4A107
RGB
CMYK
RGB Variations
Color information
#C4A107 (or 0xC4A107) is known color: Buddha Gold. HEX triplet: C4, A1 and 07. RGB value is (196,161,7). Sum of RGB (Red+Green+Blue) = 196+161+7=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A107 is #3B5EF8. Grayscale: #9A9A9A. Windows color (decimal): -3890937 or 500164. OLE color: 500164.
HSL color Cylindrical-coordinate representation of color #C4A107: hue angle of 48.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4A107 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.23 |
| HSL | 48.89º | 0.93% | 0.4% | - |
| HSV(B) | 48.89º | 0.96% | 0.77% | - |
| XYZ | 35.55 | 37.24 | 5.52 | - |
| YUV | 153.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 7 | 0 | 0.18 | 0.96 | 0.23 | 48.89 | 0.93 | 0.4 |
| Hex | C4 | A1 | 7 | 0 | 12 | 60 | 17 | 31 | 5D | 28 |
| Octal | 304 | 241 | 7 | 0 | 22 | 140 | 27 | 61 | 135 | 50 |
| Binary | 11000100 | 10100001 | 111 | 0 | 10010 | 1100000 | 10111 | 110001 | 1011101 | 101000 |
Color Harmonies of #C4A107
Complementary color
Monochromatic Colors of #C4A107
Black with #C4A107
Text Example
Text Example
White with #C4A107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A107; }
p { color: rgb(196,161,7); }
H1.HeaderClassName
{
color: #C4A107;
}
.AnyTagClassName
{
color: #C4A107;
}
</style>
background-color css
<style>
a { background-color: #C4A107; }
a { background-color: rgb(196,161,7); }
div.DivClassName
{
background-color: #C4A107;
}
.BgClassName
{
background-color: #C4A107;
}
</style>
border-color css
<style>
span { border-color: #C4A107; }
span { border-color: rgb(196,161,7); }
td.TdClassName
{
border-color: #C4A107;
}
.TagClassName
{
border-color: #C4A107;
}
</style>