Shades of Buddha Gold #C2971D
Tints of Buddha Gold #C2971D
RGB
CMYK
RGB Variations
Color information
#C2971D (or 0xC2971D) is known color: Buddha Gold. HEX triplet: C2, 97 and 1D. RGB value is (194,151,29). Sum of RGB (Red+Green+Blue) = 194+151+29=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2971D is #3D68E2. Grayscale: #969696. Windows color (decimal): -4024547 or 1939394. OLE color: 1939394.
HSL color Cylindrical-coordinate representation of color #C2971D: hue angle of 44.36º 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 #C2971D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.24 |
| HSL | 44.36º | 0.74% | 0.44% | - |
| HSV(B) | 44.36º | 0.85% | 0.76% | - |
| XYZ | 33.54 | 33.69 | 5.9 | - |
| YUV | 149.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 29 | 0 | 0.22 | 0.85 | 0.24 | 44.36 | 0.74 | 0.44 |
| Hex | C2 | 97 | 1D | 0 | 16 | 55 | 18 | 2C | 4A | 2C |
| Octal | 302 | 227 | 35 | 0 | 26 | 125 | 30 | 54 | 112 | 54 |
| Binary | 11000010 | 10010111 | 11101 | 0 | 10110 | 1010101 | 11000 | 101100 | 1001010 | 101100 |
Color Harmonies of #C2971D
Complementary color
Monochromatic Colors of #C2971D
Black with #C2971D
Text Example
Text Example
White with #C2971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2971D; }
p { color: rgb(194,151,29); }
H1.HeaderClassName
{
color: #C2971D;
}
.AnyTagClassName
{
color: #C2971D;
}
</style>
background-color css
<style>
a { background-color: #C2971D; }
a { background-color: rgb(194,151,29); }
div.DivClassName
{
background-color: #C2971D;
}
.BgClassName
{
background-color: #C2971D;
}
</style>
border-color css
<style>
span { border-color: #C2971D; }
span { border-color: rgb(194,151,29); }
td.TdClassName
{
border-color: #C2971D;
}
.TagClassName
{
border-color: #C2971D;
}
</style>