Shades of Buddha Gold #C19A1F
Tints of Buddha Gold #C19A1F
RGB
CMYK
RGB Variations
Color information
#C19A1F (or 0xC19A1F) is known color: Buddha Gold. HEX triplet: C1, 9A and 1F. RGB value is (193,154,31). Sum of RGB (Red+Green+Blue) = 193+154+31=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A1F is #3E65E0. Grayscale: #989898. Windows color (decimal): -4089313 or 2071233. OLE color: 2071233.
HSL color Cylindrical-coordinate representation of color #C19A1F: hue angle of 45.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C19A1F is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 31 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.24 |
| HSL | 45.56º | 0.72% | 0.44% | - |
| HSV(B) | 45.56º | 0.84% | 0.76% | - |
| XYZ | 33.8 | 34.55 | 6.18 | - |
| YUV | 151.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 31 | 0 | 0.20 | 0.84 | 0.24 | 45.56 | 0.72 | 0.44 |
| Hex | C1 | 9A | 1F | 0 | 14 | 54 | 18 | 2E | 48 | 2C |
| Octal | 301 | 232 | 37 | 0 | 24 | 124 | 30 | 56 | 110 | 54 |
| Binary | 11000001 | 10011010 | 11111 | 0 | 10100 | 1010100 | 11000 | 101110 | 1001000 | 101100 |
Color Harmonies of #C19A1F
Complementary color
Monochromatic Colors of #C19A1F
Black with #C19A1F
Text Example
Text Example
White with #C19A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A1F; }
p { color: rgb(193,154,31); }
H1.HeaderClassName
{
color: #C19A1F;
}
.AnyTagClassName
{
color: #C19A1F;
}
</style>
background-color css
<style>
a { background-color: #C19A1F; }
a { background-color: rgb(193,154,31); }
div.DivClassName
{
background-color: #C19A1F;
}
.BgClassName
{
background-color: #C19A1F;
}
</style>
border-color css
<style>
span { border-color: #C19A1F; }
span { border-color: rgb(193,154,31); }
td.TdClassName
{
border-color: #C19A1F;
}
.TagClassName
{
border-color: #C19A1F;
}
</style>