Shades of Buddha Gold #C2A811
Tints of Buddha Gold #C2A811
RGB
CMYK
RGB Variations
Color information
#C2A811 (or 0xC2A811) is known color: Buddha Gold. HEX triplet: C2, A8 and 11. RGB value is (194,168,17). Sum of RGB (Red+Green+Blue) = 194+168+17=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A811 is #3D57EE. Grayscale: #9F9F9F. Windows color (decimal): -4020207 or 1157314. OLE color: 1157314.
HSL color Cylindrical-coordinate representation of color #C2A811: hue angle of 51.19º 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 #C2A811 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 17 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.24 |
| HSL | 51.19º | 0.84% | 0.41% | - |
| HSV(B) | 51.19º | 0.91% | 0.76% | - |
| XYZ | 36.35 | 39.52 | 6.24 | - |
| YUV | 158.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 17 | 0 | 0.13 | 0.91 | 0.24 | 51.19 | 0.84 | 0.41 |
| Hex | C2 | A8 | 11 | 0 | D | 5B | 18 | 33 | 54 | 29 |
| Octal | 302 | 250 | 21 | 0 | 15 | 133 | 30 | 63 | 124 | 51 |
| Binary | 11000010 | 10101000 | 10001 | 0 | 1101 | 1011011 | 11000 | 110011 | 1010100 | 101001 |
Color Harmonies of #C2A811
Complementary color
Monochromatic Colors of #C2A811
Black with #C2A811
Text Example
Text Example
White with #C2A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A811; }
p { color: rgb(194,168,17); }
H1.HeaderClassName
{
color: #C2A811;
}
.AnyTagClassName
{
color: #C2A811;
}
</style>
background-color css
<style>
a { background-color: #C2A811; }
a { background-color: rgb(194,168,17); }
div.DivClassName
{
background-color: #C2A811;
}
.BgClassName
{
background-color: #C2A811;
}
</style>
border-color css
<style>
span { border-color: #C2A811; }
span { border-color: rgb(194,168,17); }
td.TdClassName
{
border-color: #C2A811;
}
.TagClassName
{
border-color: #C2A811;
}
</style>