Shades of Buddha Gold #C19A1B
Tints of Buddha Gold #C19A1B
RGB
CMYK
RGB Variations
Color information
#C19A1B (or 0xC19A1B) is known color: Buddha Gold. HEX triplet: C1, 9A and 1B. RGB value is (193,154,27). Sum of RGB (Red+Green+Blue) = 193+154+27=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A1B is #3E65E4. Grayscale: #979797. Windows color (decimal): -4089317 or 1809089. OLE color: 1809089.
HSL color Cylindrical-coordinate representation of color #C19A1B: hue angle of 45.9º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C19A1B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 27 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.24 |
| HSL | 45.9º | 0.75% | 0.43% | - |
| HSV(B) | 45.9º | 0.86% | 0.76% | - |
| XYZ | 33.75 | 34.53 | 5.92 | - |
| YUV | 151.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 27 | 0 | 0.20 | 0.86 | 0.24 | 45.9 | 0.75 | 0.43 |
| Hex | C1 | 9A | 1B | 0 | 14 | 56 | 18 | 2E | 4B | 2B |
| Octal | 301 | 232 | 33 | 0 | 24 | 126 | 30 | 56 | 113 | 53 |
| Binary | 11000001 | 10011010 | 11011 | 0 | 10100 | 1010110 | 11000 | 101110 | 1001011 | 101011 |
Color Harmonies of #C19A1B
Complementary color
Monochromatic Colors of #C19A1B
Black with #C19A1B
Text Example
Text Example
White with #C19A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A1B; }
p { color: rgb(193,154,27); }
H1.HeaderClassName
{
color: #C19A1B;
}
.AnyTagClassName
{
color: #C19A1B;
}
</style>
background-color css
<style>
a { background-color: #C19A1B; }
a { background-color: rgb(193,154,27); }
div.DivClassName
{
background-color: #C19A1B;
}
.BgClassName
{
background-color: #C19A1B;
}
</style>
border-color css
<style>
span { border-color: #C19A1B; }
span { border-color: rgb(193,154,27); }
td.TdClassName
{
border-color: #C19A1B;
}
.TagClassName
{
border-color: #C19A1B;
}
</style>