Shades of Buddha Gold #C19A17
Tints of Buddha Gold #C19A17
RGB
CMYK
RGB Variations
Color information
#C19A17 (or 0xC19A17) is known color: Buddha Gold. HEX triplet: C1, 9A and 17. RGB value is (193,154,23). Sum of RGB (Red+Green+Blue) = 193+154+23=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A17 is #3E65E8. Grayscale: #979797. Windows color (decimal): -4089321 or 1546945. OLE color: 1546945.
HSL color Cylindrical-coordinate representation of color #C19A17: hue angle of 46.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C19A17 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 23 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.24 |
| HSL | 46.24º | 0.79% | 0.42% | - |
| HSV(B) | 46.24º | 0.88% | 0.76% | - |
| XYZ | 33.7 | 34.51 | 5.7 | - |
| YUV | 150.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 23 | 0 | 0.20 | 0.88 | 0.24 | 46.24 | 0.79 | 0.42 |
| Hex | C1 | 9A | 17 | 0 | 14 | 58 | 18 | 2E | 4F | 2A |
| Octal | 301 | 232 | 27 | 0 | 24 | 130 | 30 | 56 | 117 | 52 |
| Binary | 11000001 | 10011010 | 10111 | 0 | 10100 | 1011000 | 11000 | 101110 | 1001111 | 101010 |
Color Harmonies of #C19A17
Complementary color
Monochromatic Colors of #C19A17
Black with #C19A17
Text Example
Text Example
White with #C19A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A17; }
p { color: rgb(193,154,23); }
H1.HeaderClassName
{
color: #C19A17;
}
.AnyTagClassName
{
color: #C19A17;
}
</style>
background-color css
<style>
a { background-color: #C19A17; }
a { background-color: rgb(193,154,23); }
div.DivClassName
{
background-color: #C19A17;
}
.BgClassName
{
background-color: #C19A17;
}
</style>
border-color css
<style>
span { border-color: #C19A17; }
span { border-color: rgb(193,154,23); }
td.TdClassName
{
border-color: #C19A17;
}
.TagClassName
{
border-color: #C19A17;
}
</style>