Shades of Buddha Gold #C2A211
Tints of Buddha Gold #C2A211
RGB
CMYK
RGB Variations
Color information
#C2A211 (or 0xC2A211) is known color: Buddha Gold. HEX triplet: C2, A2 and 11. RGB value is (194,162,17). Sum of RGB (Red+Green+Blue) = 194+162+17=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A211 is #3D5DEE. Grayscale: #9B9B9B. Windows color (decimal): -4021743 or 1155778. OLE color: 1155778.
HSL color Cylindrical-coordinate representation of color #C2A211: hue angle of 49.15º 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 #C2A211 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 17 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.24 |
| HSL | 49.15º | 0.84% | 0.41% | - |
| HSV(B) | 49.15º | 0.91% | 0.76% | - |
| XYZ | 35.27 | 37.35 | 5.88 | - |
| YUV | 155.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 17 | 0 | 0.16 | 0.91 | 0.24 | 49.15 | 0.84 | 0.41 |
| Hex | C2 | A2 | 11 | 0 | 10 | 5B | 18 | 31 | 54 | 29 |
| Octal | 302 | 242 | 21 | 0 | 20 | 133 | 30 | 61 | 124 | 51 |
| Binary | 11000010 | 10100010 | 10001 | 0 | 10000 | 1011011 | 11000 | 110001 | 1010100 | 101001 |
Color Harmonies of #C2A211
Complementary color
Monochromatic Colors of #C2A211
Black with #C2A211
Text Example
Text Example
White with #C2A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A211; }
p { color: rgb(194,162,17); }
H1.HeaderClassName
{
color: #C2A211;
}
.AnyTagClassName
{
color: #C2A211;
}
</style>
background-color css
<style>
a { background-color: #C2A211; }
a { background-color: rgb(194,162,17); }
div.DivClassName
{
background-color: #C2A211;
}
.BgClassName
{
background-color: #C2A211;
}
</style>
border-color css
<style>
span { border-color: #C2A211; }
span { border-color: rgb(194,162,17); }
td.TdClassName
{
border-color: #C2A211;
}
.TagClassName
{
border-color: #C2A211;
}
</style>