Shades of Buddha Gold #C1970B
Tints of Buddha Gold #C1970B
RGB
CMYK
RGB Variations
Color information
#C1970B (or 0xC1970B) is known color: Buddha Gold. HEX triplet: C1, 97 and 0B. RGB value is (193,151,11). Sum of RGB (Red+Green+Blue) = 193+151+11=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1970B is #3E68F4. Grayscale: #949494. Windows color (decimal): -4090101 or 759745. OLE color: 759745.
HSL color Cylindrical-coordinate representation of color #C1970B: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1970B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.24 |
| HSL | 46.15º | 0.89% | 0.4% | - |
| HSV(B) | 46.15º | 0.94% | 0.76% | - |
| XYZ | 33.12 | 33.49 | 5.04 | - |
| YUV | 147.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 11 | 0 | 0.22 | 0.94 | 0.24 | 46.15 | 0.89 | 0.4 |
| Hex | C1 | 97 | B | 0 | 16 | 5E | 18 | 2E | 59 | 28 |
| Octal | 301 | 227 | 13 | 0 | 26 | 136 | 30 | 56 | 131 | 50 |
| Binary | 11000001 | 10010111 | 1011 | 0 | 10110 | 1011110 | 11000 | 101110 | 1011001 | 101000 |
Color Harmonies of #C1970B
Complementary color
Monochromatic Colors of #C1970B
Black with #C1970B
Text Example
Text Example
White with #C1970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1970B; }
p { color: rgb(193,151,11); }
H1.HeaderClassName
{
color: #C1970B;
}
.AnyTagClassName
{
color: #C1970B;
}
</style>
background-color css
<style>
a { background-color: #C1970B; }
a { background-color: rgb(193,151,11); }
div.DivClassName
{
background-color: #C1970B;
}
.BgClassName
{
background-color: #C1970B;
}
</style>
border-color css
<style>
span { border-color: #C1970B; }
span { border-color: rgb(193,151,11); }
td.TdClassName
{
border-color: #C1970B;
}
.TagClassName
{
border-color: #C1970B;
}
</style>