Shades of Buddha Gold #C0941D
Tints of Buddha Gold #C0941D
RGB
CMYK
RGB Variations
Color information
#C0941D (or 0xC0941D) is known color: Buddha Gold. HEX triplet: C0, 94 and 1D. RGB value is (192,148,29). Sum of RGB (Red+Green+Blue) = 192+148+29=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0941D is #3F6BE2. Grayscale: #949494. Windows color (decimal): -4156387 or 1938624. OLE color: 1938624.
HSL color Cylindrical-coordinate representation of color #C0941D: hue angle of 43.8º 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 #C0941D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.25 |
| HSL | 43.8º | 0.74% | 0.43% | - |
| HSV(B) | 43.8º | 0.85% | 0.75% | - |
| XYZ | 32.55 | 32.47 | 5.72 | - |
| YUV | 147.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 29 | 0 | 0.23 | 0.85 | 0.25 | 43.8 | 0.74 | 0.43 |
| Hex | C0 | 94 | 1D | 0 | 17 | 55 | 19 | 2C | 4A | 2B |
| Octal | 300 | 224 | 35 | 0 | 27 | 125 | 31 | 54 | 112 | 53 |
| Binary | 11000000 | 10010100 | 11101 | 0 | 10111 | 1010101 | 11001 | 101100 | 1001010 | 101011 |
Color Harmonies of #C0941D
Complementary color
Monochromatic Colors of #C0941D
Black with #C0941D
Text Example
Text Example
White with #C0941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0941D; }
p { color: rgb(192,148,29); }
H1.HeaderClassName
{
color: #C0941D;
}
.AnyTagClassName
{
color: #C0941D;
}
</style>
background-color css
<style>
a { background-color: #C0941D; }
a { background-color: rgb(192,148,29); }
div.DivClassName
{
background-color: #C0941D;
}
.BgClassName
{
background-color: #C0941D;
}
</style>
border-color css
<style>
span { border-color: #C0941D; }
span { border-color: rgb(192,148,29); }
td.TdClassName
{
border-color: #C0941D;
}
.TagClassName
{
border-color: #C0941D;
}
</style>