Shades of Buddha Gold #C1A611
Tints of Buddha Gold #C1A611
RGB
CMYK
RGB Variations
Color information
#C1A611 (or 0xC1A611) is known color: Buddha Gold. HEX triplet: C1, A6 and 11. RGB value is (193,166,17). Sum of RGB (Red+Green+Blue) = 193+166+17=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A611 is #3E59EE. Grayscale: #9D9D9D. Windows color (decimal): -4086255 or 1156801. OLE color: 1156801.
HSL color Cylindrical-coordinate representation of color #C1A611: hue angle of 50.8º 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 #C1A611 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.24 |
| HSL | 50.8º | 0.84% | 0.41% | - |
| HSV(B) | 50.8º | 0.91% | 0.76% | - |
| XYZ | 35.73 | 38.65 | 6.11 | - |
| YUV | 157.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 17 | 0 | 0.14 | 0.91 | 0.24 | 50.8 | 0.84 | 0.41 |
| Hex | C1 | A6 | 11 | 0 | E | 5B | 18 | 33 | 54 | 29 |
| Octal | 301 | 246 | 21 | 0 | 16 | 133 | 30 | 63 | 124 | 51 |
| Binary | 11000001 | 10100110 | 10001 | 0 | 1110 | 1011011 | 11000 | 110011 | 1010100 | 101001 |
Color Harmonies of #C1A611
Complementary color
Monochromatic Colors of #C1A611
Black with #C1A611
Text Example
Text Example
White with #C1A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A611; }
p { color: rgb(193,166,17); }
H1.HeaderClassName
{
color: #C1A611;
}
.AnyTagClassName
{
color: #C1A611;
}
</style>
background-color css
<style>
a { background-color: #C1A611; }
a { background-color: rgb(193,166,17); }
div.DivClassName
{
background-color: #C1A611;
}
.BgClassName
{
background-color: #C1A611;
}
</style>
border-color css
<style>
span { border-color: #C1A611; }
span { border-color: rgb(193,166,17); }
td.TdClassName
{
border-color: #C1A611;
}
.TagClassName
{
border-color: #C1A611;
}
</style>