Shades of Buddha Gold #C0931D
Tints of Buddha Gold #C0931D
RGB
CMYK
RGB Variations
Color information
#C0931D (or 0xC0931D) is known color: Buddha Gold. HEX triplet: C0, 93 and 1D. RGB value is (192,147,29). Sum of RGB (Red+Green+Blue) = 192+147+29=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0931D is #3F6CE2. Grayscale: #939393. Windows color (decimal): -4156643 or 1938368. OLE color: 1938368.
HSL color Cylindrical-coordinate representation of color #C0931D: hue angle of 43.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0931D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.25 |
| HSL | 43.44º | 0.74% | 0.43% | - |
| HSV(B) | 43.44º | 0.85% | 0.75% | - |
| XYZ | 32.39 | 32.16 | 5.66 | - |
| YUV | 147 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 29 | 0 | 0.23 | 0.85 | 0.25 | 43.44 | 0.74 | 0.43 |
| Hex | C0 | 93 | 1D | 0 | 17 | 55 | 19 | 2B | 4A | 2B |
| Octal | 300 | 223 | 35 | 0 | 27 | 125 | 31 | 53 | 112 | 53 |
| Binary | 11000000 | 10010011 | 11101 | 0 | 10111 | 1010101 | 11001 | 101011 | 1001010 | 101011 |
Color Harmonies of #C0931D
Complementary color
Monochromatic Colors of #C0931D
Black with #C0931D
Text Example
Text Example
White with #C0931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0931D; }
p { color: rgb(192,147,29); }
H1.HeaderClassName
{
color: #C0931D;
}
.AnyTagClassName
{
color: #C0931D;
}
</style>
background-color css
<style>
a { background-color: #C0931D; }
a { background-color: rgb(192,147,29); }
div.DivClassName
{
background-color: #C0931D;
}
.BgClassName
{
background-color: #C0931D;
}
</style>
border-color css
<style>
span { border-color: #C0931D; }
span { border-color: rgb(192,147,29); }
td.TdClassName
{
border-color: #C0931D;
}
.TagClassName
{
border-color: #C0931D;
}
</style>