Shades of Buddha Gold #C4A100
Tints of Buddha Gold #C4A100
RGB
CMYK
RGB Variations
Color information
#C4A100 (or 0xC4A100) is known color: Buddha Gold. HEX triplet: C4, A1 and 00. RGB value is (196,161,0). Sum of RGB (Red+Green+Blue) = 196+161+0=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A100 is #3B5EFF. Grayscale: #999999. Windows color (decimal): -3890944 or 41412. OLE color: 41412.
HSL color Cylindrical-coordinate representation of color #C4A100: hue angle of 49.29º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4A100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.23 |
| HSL | 49.29º | 1% | 0.38% | - |
| HSV(B) | 49.29º | 1% | 0.77% | - |
| XYZ | 35.51 | 37.23 | 5.31 | - |
| YUV | 153.11 | 41.6 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 0 | 0 | 0.18 | 1 | 0.23 | 49.29 | 1 | 0.38 |
| Hex | C4 | A1 | 0 | 0 | 12 | 64 | 17 | 31 | 64 | 26 |
| Octal | 304 | 241 | 0 | 0 | 22 | 144 | 27 | 61 | 144 | 46 |
| Binary | 11000100 | 10100001 | 0 | 0 | 10010 | 1100100 | 10111 | 110001 | 1100100 | 100110 |
Color Harmonies of #C4A100
Complementary color
Monochromatic Colors of #C4A100
Black with #C4A100
Text Example
Text Example
White with #C4A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A100; }
p { color: rgb(196,161,0); }
H1.HeaderClassName
{
color: #C4A100;
}
.AnyTagClassName
{
color: #C4A100;
}
</style>
background-color css
<style>
a { background-color: #C4A100; }
a { background-color: rgb(196,161,0); }
div.DivClassName
{
background-color: #C4A100;
}
.BgClassName
{
background-color: #C4A100;
}
</style>
border-color css
<style>
span { border-color: #C4A100; }
span { border-color: rgb(196,161,0); }
td.TdClassName
{
border-color: #C4A100;
}
.TagClassName
{
border-color: #C4A100;
}
</style>