Shades of Buddha Gold #C19C1D
Tints of Buddha Gold #C19C1D
RGB
CMYK
RGB Variations
Color information
#C19C1D (or 0xC19C1D) is known color: Buddha Gold. HEX triplet: C1, 9C and 1D. RGB value is (193,156,29). Sum of RGB (Red+Green+Blue) = 193+156+29=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C1D is #3E63E2. Grayscale: #999999. Windows color (decimal): -4088803 or 1940673. OLE color: 1940673.
HSL color Cylindrical-coordinate representation of color #C19C1D: hue angle of 46.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C19C1D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 29 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.24 |
| HSL | 46.46º | 0.74% | 0.44% | - |
| HSV(B) | 46.46º | 0.85% | 0.76% | - |
| XYZ | 34.1 | 35.2 | 6.16 | - |
| YUV | 152.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 29 | 0 | 0.19 | 0.85 | 0.24 | 46.46 | 0.74 | 0.44 |
| Hex | C1 | 9C | 1D | 0 | 13 | 55 | 18 | 2E | 4A | 2C |
| Octal | 301 | 234 | 35 | 0 | 23 | 125 | 30 | 56 | 112 | 54 |
| Binary | 11000001 | 10011100 | 11101 | 0 | 10011 | 1010101 | 11000 | 101110 | 1001010 | 101100 |
Color Harmonies of #C19C1D
Complementary color
Monochromatic Colors of #C19C1D
Black with #C19C1D
Text Example
Text Example
White with #C19C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C1D; }
p { color: rgb(193,156,29); }
H1.HeaderClassName
{
color: #C19C1D;
}
.AnyTagClassName
{
color: #C19C1D;
}
</style>
background-color css
<style>
a { background-color: #C19C1D; }
a { background-color: rgb(193,156,29); }
div.DivClassName
{
background-color: #C19C1D;
}
.BgClassName
{
background-color: #C19C1D;
}
</style>
border-color css
<style>
span { border-color: #C19C1D; }
span { border-color: rgb(193,156,29); }
td.TdClassName
{
border-color: #C19C1D;
}
.TagClassName
{
border-color: #C19C1D;
}
</style>