Shades of Buddha Gold #C1930F
Tints of Buddha Gold #C1930F
RGB
CMYK
RGB Variations
Color information
#C1930F (or 0xC1930F) is known color: Buddha Gold. HEX triplet: C1, 93 and 0F. RGB value is (193,147,15). Sum of RGB (Red+Green+Blue) = 193+147+15=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1930F is #3E6CF0. Grayscale: #929292. Windows color (decimal): -4091121 or 1020865. OLE color: 1020865.
HSL color Cylindrical-coordinate representation of color #C1930F: hue angle of 44.49º 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 #C1930F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.24 |
| HSL | 44.49º | 0.86% | 0.41% | - |
| HSV(B) | 44.49º | 0.92% | 0.76% | - |
| XYZ | 32.51 | 32.24 | 4.96 | - |
| YUV | 145.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 15 | 0 | 0.24 | 0.92 | 0.24 | 44.49 | 0.86 | 0.41 |
| Hex | C1 | 93 | F | 0 | 18 | 5C | 18 | 2C | 56 | 29 |
| Octal | 301 | 223 | 17 | 0 | 30 | 134 | 30 | 54 | 126 | 51 |
| Binary | 11000001 | 10010011 | 1111 | 0 | 11000 | 1011100 | 11000 | 101100 | 1010110 | 101001 |
Color Harmonies of #C1930F
Complementary color
Monochromatic Colors of #C1930F
Black with #C1930F
Text Example
Text Example
White with #C1930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1930F; }
p { color: rgb(193,147,15); }
H1.HeaderClassName
{
color: #C1930F;
}
.AnyTagClassName
{
color: #C1930F;
}
</style>
background-color css
<style>
a { background-color: #C1930F; }
a { background-color: rgb(193,147,15); }
div.DivClassName
{
background-color: #C1930F;
}
.BgClassName
{
background-color: #C1930F;
}
</style>
border-color css
<style>
span { border-color: #C1930F; }
span { border-color: rgb(193,147,15); }
td.TdClassName
{
border-color: #C1930F;
}
.TagClassName
{
border-color: #C1930F;
}
</style>