Shades of Buddha Gold #C19016
Tints of Buddha Gold #C19016
RGB
CMYK
RGB Variations
Color information
#C19016 (or 0xC19016) is known color: Buddha Gold. HEX triplet: C1, 90 and 16. RGB value is (193,144,22). Sum of RGB (Red+Green+Blue) = 193+144+22=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C19016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19016 is #3E6FE9. Grayscale: #919191. Windows color (decimal): -4091882 or 1478849. OLE color: 1478849.
HSL color Cylindrical-coordinate representation of color #C19016: hue angle of 42.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C19016 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.24 |
| HSL | 42.81º | 0.8% | 0.42% | - |
| HSV(B) | 42.81º | 0.89% | 0.76% | - |
| XYZ | 32.11 | 31.34 | 5.12 | - |
| YUV | 144.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 22 | 0 | 0.25 | 0.89 | 0.24 | 42.81 | 0.8 | 0.42 |
| Hex | C1 | 90 | 16 | 0 | 19 | 59 | 18 | 2B | 50 | 2A |
| Octal | 301 | 220 | 26 | 0 | 31 | 131 | 30 | 53 | 120 | 52 |
| Binary | 11000001 | 10010000 | 10110 | 0 | 11001 | 1011001 | 11000 | 101011 | 1010000 | 101010 |
Color Harmonies of #C19016
Complementary color
Monochromatic Colors of #C19016
Black with #C19016
Text Example
Text Example
White with #C19016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19016; }
p { color: rgb(193,144,22); }
H1.HeaderClassName
{
color: #C19016;
}
.AnyTagClassName
{
color: #C19016;
}
</style>
background-color css
<style>
a { background-color: #C19016; }
a { background-color: rgb(193,144,22); }
div.DivClassName
{
background-color: #C19016;
}
.BgClassName
{
background-color: #C19016;
}
</style>
border-color css
<style>
span { border-color: #C19016; }
span { border-color: rgb(193,144,22); }
td.TdClassName
{
border-color: #C19016;
}
.TagClassName
{
border-color: #C19016;
}
</style>