Shades of Buddha Gold #C19D20
Tints of Buddha Gold #C19D20
RGB
CMYK
RGB Variations
Color information
#C19D20 (or 0xC19D20) is known color: Buddha Gold. HEX triplet: C1, 9D and 20. RGB value is (193,157,32). Sum of RGB (Red+Green+Blue) = 193+157+32=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D20 is #3E62DF. Grayscale: #9A9A9A. Windows color (decimal): -4088544 or 2137537. OLE color: 2137537.
HSL color Cylindrical-coordinate representation of color #C19D20: hue angle of 46.58º 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 #C19D20 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 32 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.24 |
| HSL | 46.58º | 0.72% | 0.44% | - |
| HSV(B) | 46.58º | 0.83% | 0.76% | - |
| XYZ | 34.31 | 35.56 | 6.42 | - |
| YUV | 153.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 32 | 0 | 0.19 | 0.83 | 0.24 | 46.58 | 0.72 | 0.44 |
| Hex | C1 | 9D | 20 | 0 | 13 | 53 | 18 | 2F | 48 | 2C |
| Octal | 301 | 235 | 40 | 0 | 23 | 123 | 30 | 57 | 110 | 54 |
| Binary | 11000001 | 10011101 | 100000 | 0 | 10011 | 1010011 | 11000 | 101111 | 1001000 | 101100 |
Color Harmonies of #C19D20
Complementary color
Monochromatic Colors of #C19D20
Black with #C19D20
Text Example
Text Example
White with #C19D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D20; }
p { color: rgb(193,157,32); }
H1.HeaderClassName
{
color: #C19D20;
}
.AnyTagClassName
{
color: #C19D20;
}
</style>
background-color css
<style>
a { background-color: #C19D20; }
a { background-color: rgb(193,157,32); }
div.DivClassName
{
background-color: #C19D20;
}
.BgClassName
{
background-color: #C19D20;
}
</style>
border-color css
<style>
span { border-color: #C19D20; }
span { border-color: rgb(193,157,32); }
td.TdClassName
{
border-color: #C19D20;
}
.TagClassName
{
border-color: #C19D20;
}
</style>