Shades of Buddha Gold #C19C17
Tints of Buddha Gold #C19C17
RGB
CMYK
RGB Variations
Color information
#C19C17 (or 0xC19C17) is known color: Buddha Gold. HEX triplet: C1, 9C and 17. RGB value is (193,156,23). Sum of RGB (Red+Green+Blue) = 193+156+23=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C17 is #3E63E8. Grayscale: #989898. Windows color (decimal): -4088809 or 1547457. OLE color: 1547457.
HSL color Cylindrical-coordinate representation of color #C19C17: hue angle of 46.94º 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 #C19C17 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 23 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.24 |
| HSL | 46.94º | 0.79% | 0.42% | - |
| HSV(B) | 46.94º | 0.88% | 0.76% | - |
| XYZ | 34.04 | 35.18 | 5.81 | - |
| YUV | 151.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 23 | 0 | 0.19 | 0.88 | 0.24 | 46.94 | 0.79 | 0.42 |
| Hex | C1 | 9C | 17 | 0 | 13 | 58 | 18 | 2F | 4F | 2A |
| Octal | 301 | 234 | 27 | 0 | 23 | 130 | 30 | 57 | 117 | 52 |
| Binary | 11000001 | 10011100 | 10111 | 0 | 10011 | 1011000 | 11000 | 101111 | 1001111 | 101010 |
Color Harmonies of #C19C17
Complementary color
Monochromatic Colors of #C19C17
Black with #C19C17
Text Example
Text Example
White with #C19C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C17; }
p { color: rgb(193,156,23); }
H1.HeaderClassName
{
color: #C19C17;
}
.AnyTagClassName
{
color: #C19C17;
}
</style>
background-color css
<style>
a { background-color: #C19C17; }
a { background-color: rgb(193,156,23); }
div.DivClassName
{
background-color: #C19C17;
}
.BgClassName
{
background-color: #C19C17;
}
</style>
border-color css
<style>
span { border-color: #C19C17; }
span { border-color: rgb(193,156,23); }
td.TdClassName
{
border-color: #C19C17;
}
.TagClassName
{
border-color: #C19C17;
}
</style>