Shades of Buddha Gold #C0931E
Tints of Buddha Gold #C0931E
RGB
CMYK
RGB Variations
Color information
#C0931E (or 0xC0931E) is known color: Buddha Gold. HEX triplet: C0, 93 and 1E. RGB value is (192,147,30). Sum of RGB (Red+Green+Blue) = 192+147+30=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0931E is #3F6CE1. Grayscale: #939393. Windows color (decimal): -4156642 or 2003904. OLE color: 2003904.
HSL color Cylindrical-coordinate representation of color #C0931E: hue angle of 43.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0931E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 30 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.25 |
| HSL | 43.33º | 0.73% | 0.44% | - |
| HSV(B) | 43.33º | 0.84% | 0.75% | - |
| XYZ | 32.41 | 32.17 | 5.73 | - |
| YUV | 147.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 30 | 0 | 0.23 | 0.84 | 0.25 | 43.33 | 0.73 | 0.44 |
| Hex | C0 | 93 | 1E | 0 | 17 | 54 | 19 | 2B | 49 | 2C |
| Octal | 300 | 223 | 36 | 0 | 27 | 124 | 31 | 53 | 111 | 54 |
| Binary | 11000000 | 10010011 | 11110 | 0 | 10111 | 1010100 | 11001 | 101011 | 1001001 | 101100 |
Color Harmonies of #C0931E
Complementary color
Monochromatic Colors of #C0931E
Black with #C0931E
Text Example
Text Example
White with #C0931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0931E; }
p { color: rgb(192,147,30); }
H1.HeaderClassName
{
color: #C0931E;
}
.AnyTagClassName
{
color: #C0931E;
}
</style>
background-color css
<style>
a { background-color: #C0931E; }
a { background-color: rgb(192,147,30); }
div.DivClassName
{
background-color: #C0931E;
}
.BgClassName
{
background-color: #C0931E;
}
</style>
border-color css
<style>
span { border-color: #C0931E; }
span { border-color: rgb(192,147,30); }
td.TdClassName
{
border-color: #C0931E;
}
.TagClassName
{
border-color: #C0931E;
}
</style>