Shades of Buddha Gold #C2A020
Tints of Buddha Gold #C2A020
RGB
CMYK
RGB Variations
Color information
#C2A020 (or 0xC2A020) is known color: Buddha Gold. HEX triplet: C2, A0 and 20. RGB value is (194,160,32). Sum of RGB (Red+Green+Blue) = 194+160+32=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A020 is #3D5FDF. Grayscale: #9C9C9C. Windows color (decimal): -4022240 or 2138306. OLE color: 2138306.
HSL color Cylindrical-coordinate representation of color #C2A020: hue angle of 47.41º 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 #C2A020 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 32 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.24 |
| HSL | 47.41º | 0.72% | 0.44% | - |
| HSV(B) | 47.41º | 0.84% | 0.76% | - |
| XYZ | 35.08 | 36.72 | 6.6 | - |
| YUV | 155.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 32 | 0 | 0.18 | 0.84 | 0.24 | 47.41 | 0.72 | 0.44 |
| Hex | C2 | A0 | 20 | 0 | 12 | 54 | 18 | 2F | 48 | 2C |
| Octal | 302 | 240 | 40 | 0 | 22 | 124 | 30 | 57 | 110 | 54 |
| Binary | 11000010 | 10100000 | 100000 | 0 | 10010 | 1010100 | 11000 | 101111 | 1001000 | 101100 |
Color Harmonies of #C2A020
Complementary color
Monochromatic Colors of #C2A020
Black with #C2A020
Text Example
Text Example
White with #C2A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A020; }
p { color: rgb(194,160,32); }
H1.HeaderClassName
{
color: #C2A020;
}
.AnyTagClassName
{
color: #C2A020;
}
</style>
background-color css
<style>
a { background-color: #C2A020; }
a { background-color: rgb(194,160,32); }
div.DivClassName
{
background-color: #C2A020;
}
.BgClassName
{
background-color: #C2A020;
}
</style>
border-color css
<style>
span { border-color: #C2A020; }
span { border-color: rgb(194,160,32); }
td.TdClassName
{
border-color: #C2A020;
}
.TagClassName
{
border-color: #C2A020;
}
</style>