Shades of Buddha Gold #C1940F
Tints of Buddha Gold #C1940F
RGB
CMYK
RGB Variations
Color information
#C1940F (or 0xC1940F) is known color: Buddha Gold. HEX triplet: C1, 94 and 0F. RGB value is (193,148,15). Sum of RGB (Red+Green+Blue) = 193+148+15=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1940F is #3E6BF0. Grayscale: #929292. Windows color (decimal): -4090865 or 1021121. OLE color: 1021121.
HSL color Cylindrical-coordinate representation of color #C1940F: hue angle of 44.83º 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 #C1940F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 15 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.24 |
| HSL | 44.83º | 0.86% | 0.41% | - |
| HSV(B) | 44.83º | 0.92% | 0.76% | - |
| XYZ | 32.67 | 32.55 | 5.01 | - |
| YUV | 146.29 | 53.91 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 15 | 0 | 0.23 | 0.92 | 0.24 | 44.83 | 0.86 | 0.41 |
| Hex | C1 | 94 | F | 0 | 17 | 5C | 18 | 2D | 56 | 29 |
| Octal | 301 | 224 | 17 | 0 | 27 | 134 | 30 | 55 | 126 | 51 |
| Binary | 11000001 | 10010100 | 1111 | 0 | 10111 | 1011100 | 11000 | 101101 | 1010110 | 101001 |
Color Harmonies of #C1940F
Complementary color
Monochromatic Colors of #C1940F
Black with #C1940F
Text Example
Text Example
White with #C1940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1940F; }
p { color: rgb(193,148,15); }
H1.HeaderClassName
{
color: #C1940F;
}
.AnyTagClassName
{
color: #C1940F;
}
</style>
background-color css
<style>
a { background-color: #C1940F; }
a { background-color: rgb(193,148,15); }
div.DivClassName
{
background-color: #C1940F;
}
.BgClassName
{
background-color: #C1940F;
}
</style>
border-color css
<style>
span { border-color: #C1940F; }
span { border-color: rgb(193,148,15); }
td.TdClassName
{
border-color: #C1940F;
}
.TagClassName
{
border-color: #C1940F;
}
</style>