Shades of Buddha Gold #C1A210
Tints of Buddha Gold #C1A210
RGB
CMYK
RGB Variations
Color information
#C1A210 (or 0xC1A210) is known color: Buddha Gold. HEX triplet: C1, A2 and 10. RGB value is (193,162,16). Sum of RGB (Red+Green+Blue) = 193+162+16=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A210 is #3E5DEF. Grayscale: #9B9B9B. Windows color (decimal): -4087280 or 1090241. OLE color: 1090241.
HSL color Cylindrical-coordinate representation of color #C1A210: hue angle of 49.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1A210 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.24 |
| HSL | 49.49º | 0.85% | 0.41% | - |
| HSV(B) | 49.49º | 0.92% | 0.76% | - |
| XYZ | 35.01 | 37.22 | 5.83 | - |
| YUV | 154.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 16 | 0 | 0.16 | 0.92 | 0.24 | 49.49 | 0.85 | 0.41 |
| Hex | C1 | A2 | 10 | 0 | 10 | 5C | 18 | 31 | 55 | 29 |
| Octal | 301 | 242 | 20 | 0 | 20 | 134 | 30 | 61 | 125 | 51 |
| Binary | 11000001 | 10100010 | 10000 | 0 | 10000 | 1011100 | 11000 | 110001 | 1010101 | 101001 |
Color Harmonies of #C1A210
Complementary color
Monochromatic Colors of #C1A210
Black with #C1A210
Text Example
Text Example
White with #C1A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A210; }
p { color: rgb(193,162,16); }
H1.HeaderClassName
{
color: #C1A210;
}
.AnyTagClassName
{
color: #C1A210;
}
</style>
background-color css
<style>
a { background-color: #C1A210; }
a { background-color: rgb(193,162,16); }
div.DivClassName
{
background-color: #C1A210;
}
.BgClassName
{
background-color: #C1A210;
}
</style>
border-color css
<style>
span { border-color: #C1A210; }
span { border-color: rgb(193,162,16); }
td.TdClassName
{
border-color: #C1A210;
}
.TagClassName
{
border-color: #C1A210;
}
</style>