Shades of Buddha Gold #C2A011
Tints of Buddha Gold #C2A011
RGB
CMYK
RGB Variations
Color information
#C2A011 (or 0xC2A011) is known color: Buddha Gold. HEX triplet: C2, A0 and 11. RGB value is (194,160,17). Sum of RGB (Red+Green+Blue) = 194+160+17=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A011 is #3D5FEE. Grayscale: #9A9A9A. Windows color (decimal): -4022255 or 1155266. OLE color: 1155266.
HSL color Cylindrical-coordinate representation of color #C2A011: hue angle of 48.47º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2A011 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 17 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.24 |
| HSL | 48.47º | 0.84% | 0.41% | - |
| HSV(B) | 48.47º | 0.91% | 0.76% | - |
| XYZ | 34.92 | 36.65 | 5.76 | - |
| YUV | 153.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 17 | 0 | 0.18 | 0.91 | 0.24 | 48.47 | 0.84 | 0.41 |
| Hex | C2 | A0 | 11 | 0 | 12 | 5B | 18 | 30 | 54 | 29 |
| Octal | 302 | 240 | 21 | 0 | 22 | 133 | 30 | 60 | 124 | 51 |
| Binary | 11000010 | 10100000 | 10001 | 0 | 10010 | 1011011 | 11000 | 110000 | 1010100 | 101001 |
Color Harmonies of #C2A011
Complementary color
Monochromatic Colors of #C2A011
Black with #C2A011
Text Example
Text Example
White with #C2A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A011; }
p { color: rgb(194,160,17); }
H1.HeaderClassName
{
color: #C2A011;
}
.AnyTagClassName
{
color: #C2A011;
}
</style>
background-color css
<style>
a { background-color: #C2A011; }
a { background-color: rgb(194,160,17); }
div.DivClassName
{
background-color: #C2A011;
}
.BgClassName
{
background-color: #C2A011;
}
</style>
border-color css
<style>
span { border-color: #C2A011; }
span { border-color: rgb(194,160,17); }
td.TdClassName
{
border-color: #C2A011;
}
.TagClassName
{
border-color: #C2A011;
}
</style>