Shades of Buddha Gold #C2A120
Tints of Buddha Gold #C2A120
RGB
CMYK
RGB Variations
Color information
#C2A120 (or 0xC2A120) is known color: Buddha Gold. HEX triplet: C2, A1 and 20. RGB value is (194,161,32). Sum of RGB (Red+Green+Blue) = 194+161+32=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A120 is #3D5EDF. Grayscale: #9C9C9C. Windows color (decimal): -4021984 or 2138562. OLE color: 2138562.
HSL color Cylindrical-coordinate representation of color #C2A120: hue angle of 47.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A120 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 32 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.24 |
| HSL | 47.78º | 0.72% | 0.44% | - |
| HSV(B) | 47.78º | 0.84% | 0.76% | - |
| XYZ | 35.25 | 37.06 | 6.66 | - |
| YUV | 156.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 32 | 0 | 0.17 | 0.84 | 0.24 | 47.78 | 0.72 | 0.44 |
| Hex | C2 | A1 | 20 | 0 | 11 | 54 | 18 | 30 | 48 | 2C |
| Octal | 302 | 241 | 40 | 0 | 21 | 124 | 30 | 60 | 110 | 54 |
| Binary | 11000010 | 10100001 | 100000 | 0 | 10001 | 1010100 | 11000 | 110000 | 1001000 | 101100 |
Color Harmonies of #C2A120
Complementary color
Monochromatic Colors of #C2A120
Black with #C2A120
Text Example
Text Example
White with #C2A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A120; }
p { color: rgb(194,161,32); }
H1.HeaderClassName
{
color: #C2A120;
}
.AnyTagClassName
{
color: #C2A120;
}
</style>
background-color css
<style>
a { background-color: #C2A120; }
a { background-color: rgb(194,161,32); }
div.DivClassName
{
background-color: #C2A120;
}
.BgClassName
{
background-color: #C2A120;
}
</style>
border-color css
<style>
span { border-color: #C2A120; }
span { border-color: rgb(194,161,32); }
td.TdClassName
{
border-color: #C2A120;
}
.TagClassName
{
border-color: #C2A120;
}
</style>