Shades of Buddha Gold #C1A316
Tints of Buddha Gold #C1A316
RGB
CMYK
RGB Variations
Color information
#C1A316 (or 0xC1A316) is known color: Buddha Gold. HEX triplet: C1, A3 and 16. RGB value is (193,163,22). Sum of RGB (Red+Green+Blue) = 193+163+22=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A316 is #3E5CE9. Grayscale: #9C9C9C. Windows color (decimal): -4087018 or 1483713. OLE color: 1483713.
HSL color Cylindrical-coordinate representation of color #C1A316: hue angle of 49.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1A316 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.24 |
| HSL | 49.47º | 0.8% | 0.42% | - |
| HSV(B) | 49.47º | 0.89% | 0.76% | - |
| XYZ | 35.23 | 37.59 | 6.16 | - |
| YUV | 155.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 22 | 0 | 0.16 | 0.89 | 0.24 | 49.47 | 0.8 | 0.42 |
| Hex | C1 | A3 | 16 | 0 | 10 | 59 | 18 | 31 | 50 | 2A |
| Octal | 301 | 243 | 26 | 0 | 20 | 131 | 30 | 61 | 120 | 52 |
| Binary | 11000001 | 10100011 | 10110 | 0 | 10000 | 1011001 | 11000 | 110001 | 1010000 | 101010 |
Color Harmonies of #C1A316
Complementary color
Monochromatic Colors of #C1A316
Black with #C1A316
Text Example
Text Example
White with #C1A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A316; }
p { color: rgb(193,163,22); }
H1.HeaderClassName
{
color: #C1A316;
}
.AnyTagClassName
{
color: #C1A316;
}
</style>
background-color css
<style>
a { background-color: #C1A316; }
a { background-color: rgb(193,163,22); }
div.DivClassName
{
background-color: #C1A316;
}
.BgClassName
{
background-color: #C1A316;
}
</style>
border-color css
<style>
span { border-color: #C1A316; }
span { border-color: rgb(193,163,22); }
td.TdClassName
{
border-color: #C1A316;
}
.TagClassName
{
border-color: #C1A316;
}
</style>