Shades of Buddha Gold #C1A220
Tints of Buddha Gold #C1A220
RGB
CMYK
RGB Variations
Color information
#C1A220 (or 0xC1A220) is known color: Buddha Gold. HEX triplet: C1, A2 and 20. RGB value is (193,162,32). Sum of RGB (Red+Green+Blue) = 193+162+32=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A220 is #3E5DDF. Grayscale: #9D9D9D. Windows color (decimal): -4087264 or 2138817. OLE color: 2138817.
HSL color Cylindrical-coordinate representation of color #C1A220: hue angle of 48.45º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1A220 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 32 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.24 |
| HSL | 48.45º | 0.72% | 0.44% | - |
| HSV(B) | 48.45º | 0.83% | 0.76% | - |
| XYZ | 35.17 | 37.28 | 6.71 | - |
| YUV | 156.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 32 | 0 | 0.16 | 0.83 | 0.24 | 48.45 | 0.72 | 0.44 |
| Hex | C1 | A2 | 20 | 0 | 10 | 53 | 18 | 30 | 48 | 2C |
| Octal | 301 | 242 | 40 | 0 | 20 | 123 | 30 | 60 | 110 | 54 |
| Binary | 11000001 | 10100010 | 100000 | 0 | 10000 | 1010011 | 11000 | 110000 | 1001000 | 101100 |
Color Harmonies of #C1A220
Complementary color
Monochromatic Colors of #C1A220
Black with #C1A220
Text Example
Text Example
White with #C1A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A220; }
p { color: rgb(193,162,32); }
H1.HeaderClassName
{
color: #C1A220;
}
.AnyTagClassName
{
color: #C1A220;
}
</style>
background-color css
<style>
a { background-color: #C1A220; }
a { background-color: rgb(193,162,32); }
div.DivClassName
{
background-color: #C1A220;
}
.BgClassName
{
background-color: #C1A220;
}
</style>
border-color css
<style>
span { border-color: #C1A220; }
span { border-color: rgb(193,162,32); }
td.TdClassName
{
border-color: #C1A220;
}
.TagClassName
{
border-color: #C1A220;
}
</style>