Shades of Buddha Gold #C1950F
Tints of Buddha Gold #C1950F
RGB
CMYK
RGB Variations
Color information
#C1950F (or 0xC1950F) is known color: Buddha Gold. HEX triplet: C1, 95 and 0F. RGB value is (193,149,15). Sum of RGB (Red+Green+Blue) = 193+149+15=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1950F is #3E6AF0. Grayscale: #939393. Windows color (decimal): -4090609 or 1021377. OLE color: 1021377.
HSL color Cylindrical-coordinate representation of color #C1950F: hue angle of 45.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1950F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 15 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.24 |
| HSL | 45.17º | 0.86% | 0.41% | - |
| HSV(B) | 45.17º | 0.92% | 0.76% | - |
| XYZ | 32.83 | 32.87 | 5.07 | - |
| YUV | 146.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 15 | 0 | 0.23 | 0.92 | 0.24 | 45.17 | 0.86 | 0.41 |
| Hex | C1 | 95 | F | 0 | 17 | 5C | 18 | 2D | 56 | 29 |
| Octal | 301 | 225 | 17 | 0 | 27 | 134 | 30 | 55 | 126 | 51 |
| Binary | 11000001 | 10010101 | 1111 | 0 | 10111 | 1011100 | 11000 | 101101 | 1010110 | 101001 |
Color Harmonies of #C1950F
Complementary color
Monochromatic Colors of #C1950F
Black with #C1950F
Text Example
Text Example
White with #C1950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1950F; }
p { color: rgb(193,149,15); }
H1.HeaderClassName
{
color: #C1950F;
}
.AnyTagClassName
{
color: #C1950F;
}
</style>
background-color css
<style>
a { background-color: #C1950F; }
a { background-color: rgb(193,149,15); }
div.DivClassName
{
background-color: #C1950F;
}
.BgClassName
{
background-color: #C1950F;
}
</style>
border-color css
<style>
span { border-color: #C1950F; }
span { border-color: rgb(193,149,15); }
td.TdClassName
{
border-color: #C1950F;
}
.TagClassName
{
border-color: #C1950F;
}
</style>