Shades of Buddha Gold #C1A617
Tints of Buddha Gold #C1A617
RGB
CMYK
RGB Variations
Color information
#C1A617 (or 0xC1A617) is known color: Buddha Gold. HEX triplet: C1, A6 and 17. RGB value is (193,166,23). Sum of RGB (Red+Green+Blue) = 193+166+23=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A617 is #3E59E8. Grayscale: #9E9E9E. Windows color (decimal): -4086249 or 1550017. OLE color: 1550017.
HSL color Cylindrical-coordinate representation of color #C1A617: hue angle of 50.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1A617 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.24 |
| HSL | 50.47º | 0.79% | 0.42% | - |
| HSV(B) | 50.47º | 0.88% | 0.76% | - |
| XYZ | 35.78 | 38.67 | 6.39 | - |
| YUV | 157.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 23 | 0 | 0.14 | 0.88 | 0.24 | 50.47 | 0.79 | 0.42 |
| Hex | C1 | A6 | 17 | 0 | E | 58 | 18 | 32 | 4F | 2A |
| Octal | 301 | 246 | 27 | 0 | 16 | 130 | 30 | 62 | 117 | 52 |
| Binary | 11000001 | 10100110 | 10111 | 0 | 1110 | 1011000 | 11000 | 110010 | 1001111 | 101010 |
Color Harmonies of #C1A617
Complementary color
Monochromatic Colors of #C1A617
Black with #C1A617
Text Example
Text Example
White with #C1A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A617; }
p { color: rgb(193,166,23); }
H1.HeaderClassName
{
color: #C1A617;
}
.AnyTagClassName
{
color: #C1A617;
}
</style>
background-color css
<style>
a { background-color: #C1A617; }
a { background-color: rgb(193,166,23); }
div.DivClassName
{
background-color: #C1A617;
}
.BgClassName
{
background-color: #C1A617;
}
</style>
border-color css
<style>
span { border-color: #C1A617; }
span { border-color: rgb(193,166,23); }
td.TdClassName
{
border-color: #C1A617;
}
.TagClassName
{
border-color: #C1A617;
}
</style>