Shades of Buddha Gold #C1941E
Tints of Buddha Gold #C1941E
RGB
CMYK
RGB Variations
Color information
#C1941E (or 0xC1941E) is known color: Buddha Gold. HEX triplet: C1, 94 and 1E. RGB value is (193,148,30). Sum of RGB (Red+Green+Blue) = 193+148+30=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1941E is #3E6BE1. Grayscale: #949494. Windows color (decimal): -4090850 or 2004161. OLE color: 2004161.
HSL color Cylindrical-coordinate representation of color #C1941E: hue angle of 43.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1941E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 30 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.24 |
| HSL | 43.44º | 0.73% | 0.44% | - |
| HSV(B) | 43.44º | 0.84% | 0.76% | - |
| XYZ | 32.82 | 32.61 | 5.79 | - |
| YUV | 148 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 30 | 0 | 0.23 | 0.84 | 0.24 | 43.44 | 0.73 | 0.44 |
| Hex | C1 | 94 | 1E | 0 | 17 | 54 | 18 | 2B | 49 | 2C |
| Octal | 301 | 224 | 36 | 0 | 27 | 124 | 30 | 53 | 111 | 54 |
| Binary | 11000001 | 10010100 | 11110 | 0 | 10111 | 1010100 | 11000 | 101011 | 1001001 | 101100 |
Color Harmonies of #C1941E
Complementary color
Monochromatic Colors of #C1941E
Black with #C1941E
Text Example
Text Example
White with #C1941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1941E; }
p { color: rgb(193,148,30); }
H1.HeaderClassName
{
color: #C1941E;
}
.AnyTagClassName
{
color: #C1941E;
}
</style>
background-color css
<style>
a { background-color: #C1941E; }
a { background-color: rgb(193,148,30); }
div.DivClassName
{
background-color: #C1941E;
}
.BgClassName
{
background-color: #C1941E;
}
</style>
border-color css
<style>
span { border-color: #C1941E; }
span { border-color: rgb(193,148,30); }
td.TdClassName
{
border-color: #C1941E;
}
.TagClassName
{
border-color: #C1941E;
}
</style>