Shades of Buddha Gold #C2971F
Tints of Buddha Gold #C2971F
RGB
CMYK
RGB Variations
Color information
#C2971F (or 0xC2971F) is known color: Buddha Gold. HEX triplet: C2, 97 and 1F. RGB value is (194,151,31). Sum of RGB (Red+Green+Blue) = 194+151+31=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2971F is #3D68E0. Grayscale: #969696. Windows color (decimal): -4024545 or 2070466. OLE color: 2070466.
HSL color Cylindrical-coordinate representation of color #C2971F: hue angle of 44.17º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2971F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 31 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.24 |
| HSL | 44.17º | 0.72% | 0.44% | - |
| HSV(B) | 44.17º | 0.84% | 0.76% | - |
| XYZ | 33.56 | 33.7 | 6.03 | - |
| YUV | 150.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 31 | 0 | 0.22 | 0.84 | 0.24 | 44.17 | 0.72 | 0.44 |
| Hex | C2 | 97 | 1F | 0 | 16 | 54 | 18 | 2C | 48 | 2C |
| Octal | 302 | 227 | 37 | 0 | 26 | 124 | 30 | 54 | 110 | 54 |
| Binary | 11000010 | 10010111 | 11111 | 0 | 10110 | 1010100 | 11000 | 101100 | 1001000 | 101100 |
Color Harmonies of #C2971F
Complementary color
Monochromatic Colors of #C2971F
Black with #C2971F
Text Example
Text Example
White with #C2971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2971F; }
p { color: rgb(194,151,31); }
H1.HeaderClassName
{
color: #C2971F;
}
.AnyTagClassName
{
color: #C2971F;
}
</style>
background-color css
<style>
a { background-color: #C2971F; }
a { background-color: rgb(194,151,31); }
div.DivClassName
{
background-color: #C2971F;
}
.BgClassName
{
background-color: #C2971F;
}
</style>
border-color css
<style>
span { border-color: #C2971F; }
span { border-color: rgb(194,151,31); }
td.TdClassName
{
border-color: #C2971F;
}
.TagClassName
{
border-color: #C2971F;
}
</style>