Shades of Buddha Gold #C1971D
Tints of Buddha Gold #C1971D
RGB
CMYK
RGB Variations
Color information
#C1971D (or 0xC1971D) is known color: Buddha Gold. HEX triplet: C1, 97 and 1D. RGB value is (193,151,29). Sum of RGB (Red+Green+Blue) = 193+151+29=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1971D is #3E68E2. Grayscale: #969696. Windows color (decimal): -4090083 or 1939393. OLE color: 1939393.
HSL color Cylindrical-coordinate representation of color #C1971D: hue angle of 44.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1971D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.24 |
| HSL | 44.63º | 0.74% | 0.44% | - |
| HSV(B) | 44.63º | 0.85% | 0.76% | - |
| XYZ | 33.28 | 33.56 | 5.89 | - |
| YUV | 149.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 29 | 0 | 0.22 | 0.85 | 0.24 | 44.63 | 0.74 | 0.44 |
| Hex | C1 | 97 | 1D | 0 | 16 | 55 | 18 | 2D | 4A | 2C |
| Octal | 301 | 227 | 35 | 0 | 26 | 125 | 30 | 55 | 112 | 54 |
| Binary | 11000001 | 10010111 | 11101 | 0 | 10110 | 1010101 | 11000 | 101101 | 1001010 | 101100 |
Color Harmonies of #C1971D
Complementary color
Monochromatic Colors of #C1971D
Black with #C1971D
Text Example
Text Example
White with #C1971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1971D; }
p { color: rgb(193,151,29); }
H1.HeaderClassName
{
color: #C1971D;
}
.AnyTagClassName
{
color: #C1971D;
}
</style>
background-color css
<style>
a { background-color: #C1971D; }
a { background-color: rgb(193,151,29); }
div.DivClassName
{
background-color: #C1971D;
}
.BgClassName
{
background-color: #C1971D;
}
</style>
border-color css
<style>
span { border-color: #C1971D; }
span { border-color: rgb(193,151,29); }
td.TdClassName
{
border-color: #C1971D;
}
.TagClassName
{
border-color: #C1971D;
}
</style>