Shades of Buddha Gold #C19A20
Tints of Buddha Gold #C19A20
RGB
CMYK
RGB Variations
Color information
#C19A20 (or 0xC19A20) is known color: Buddha Gold. HEX triplet: C1, 9A and 20. RGB value is (193,154,32). Sum of RGB (Red+Green+Blue) = 193+154+32=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A20 is #3E65DF. Grayscale: #989898. Windows color (decimal): -4089312 or 2136769. OLE color: 2136769.
HSL color Cylindrical-coordinate representation of color #C19A20: hue angle of 45.47º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C19A20 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 32 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.24 |
| HSL | 45.47º | 0.72% | 0.44% | - |
| HSV(B) | 45.47º | 0.83% | 0.76% | - |
| XYZ | 33.81 | 34.55 | 6.25 | - |
| YUV | 151.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 32 | 0 | 0.20 | 0.83 | 0.24 | 45.47 | 0.72 | 0.44 |
| Hex | C1 | 9A | 20 | 0 | 14 | 53 | 18 | 2D | 48 | 2C |
| Octal | 301 | 232 | 40 | 0 | 24 | 123 | 30 | 55 | 110 | 54 |
| Binary | 11000001 | 10011010 | 100000 | 0 | 10100 | 1010011 | 11000 | 101101 | 1001000 | 101100 |
Color Harmonies of #C19A20
Complementary color
Monochromatic Colors of #C19A20
Black with #C19A20
Text Example
Text Example
White with #C19A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A20; }
p { color: rgb(193,154,32); }
H1.HeaderClassName
{
color: #C19A20;
}
.AnyTagClassName
{
color: #C19A20;
}
</style>
background-color css
<style>
a { background-color: #C19A20; }
a { background-color: rgb(193,154,32); }
div.DivClassName
{
background-color: #C19A20;
}
.BgClassName
{
background-color: #C19A20;
}
</style>
border-color css
<style>
span { border-color: #C19A20; }
span { border-color: rgb(193,154,32); }
td.TdClassName
{
border-color: #C19A20;
}
.TagClassName
{
border-color: #C19A20;
}
</style>