Shades of Buddha Gold #C19620
Tints of Buddha Gold #C19620
RGB
CMYK
RGB Variations
Color information
#C19620 (or 0xC19620) is known color: Buddha Gold. HEX triplet: C1, 96 and 20. RGB value is (193,150,32). Sum of RGB (Red+Green+Blue) = 193+150+32=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C19620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19620 is #3E69DF. Grayscale: #959595. Windows color (decimal): -4090336 or 2135745. OLE color: 2135745.
HSL color Cylindrical-coordinate representation of color #C19620: hue angle of 43.98º 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 #C19620 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 32 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.24 |
| HSL | 43.98º | 0.72% | 0.44% | - |
| HSV(B) | 43.98º | 0.83% | 0.76% | - |
| XYZ | 33.16 | 33.25 | 6.04 | - |
| YUV | 149.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 32 | 0 | 0.22 | 0.83 | 0.24 | 43.98 | 0.72 | 0.44 |
| Hex | C1 | 96 | 20 | 0 | 16 | 53 | 18 | 2C | 48 | 2C |
| Octal | 301 | 226 | 40 | 0 | 26 | 123 | 30 | 54 | 110 | 54 |
| Binary | 11000001 | 10010110 | 100000 | 0 | 10110 | 1010011 | 11000 | 101100 | 1001000 | 101100 |
Color Harmonies of #C19620
Complementary color
Monochromatic Colors of #C19620
Black with #C19620
Text Example
Text Example
White with #C19620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19620; }
p { color: rgb(193,150,32); }
H1.HeaderClassName
{
color: #C19620;
}
.AnyTagClassName
{
color: #C19620;
}
</style>
background-color css
<style>
a { background-color: #C19620; }
a { background-color: rgb(193,150,32); }
div.DivClassName
{
background-color: #C19620;
}
.BgClassName
{
background-color: #C19620;
}
</style>
border-color css
<style>
span { border-color: #C19620; }
span { border-color: rgb(193,150,32); }
td.TdClassName
{
border-color: #C19620;
}
.TagClassName
{
border-color: #C19620;
}
</style>