Shades of Buddha Gold #C2971A
Tints of Buddha Gold #C2971A
RGB
CMYK
RGB Variations
Color information
#C2971A (or 0xC2971A) is known color: Buddha Gold. HEX triplet: C2, 97 and 1A. RGB value is (194,151,26). Sum of RGB (Red+Green+Blue) = 194+151+26=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2971A is #3D68E5. Grayscale: #969696. Windows color (decimal): -4024550 or 1742786. OLE color: 1742786.
HSL color Cylindrical-coordinate representation of color #C2971A: hue angle of 44.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2971A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.24 |
| HSL | 44.64º | 0.76% | 0.43% | - |
| HSV(B) | 44.64º | 0.87% | 0.76% | - |
| XYZ | 33.5 | 33.68 | 5.71 | - |
| YUV | 149.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 26 | 0 | 0.22 | 0.87 | 0.24 | 44.64 | 0.76 | 0.43 |
| Hex | C2 | 97 | 1A | 0 | 16 | 57 | 18 | 2D | 4C | 2B |
| Octal | 302 | 227 | 32 | 0 | 26 | 127 | 30 | 55 | 114 | 53 |
| Binary | 11000010 | 10010111 | 11010 | 0 | 10110 | 1010111 | 11000 | 101101 | 1001100 | 101011 |
Color Harmonies of #C2971A
Complementary color
Monochromatic Colors of #C2971A
Black with #C2971A
Text Example
Text Example
White with #C2971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2971A; }
p { color: rgb(194,151,26); }
H1.HeaderClassName
{
color: #C2971A;
}
.AnyTagClassName
{
color: #C2971A;
}
</style>
background-color css
<style>
a { background-color: #C2971A; }
a { background-color: rgb(194,151,26); }
div.DivClassName
{
background-color: #C2971A;
}
.BgClassName
{
background-color: #C2971A;
}
</style>
border-color css
<style>
span { border-color: #C2971A; }
span { border-color: rgb(194,151,26); }
td.TdClassName
{
border-color: #C2971A;
}
.TagClassName
{
border-color: #C2971A;
}
</style>