Shades of Buddha Gold #C2941A
Tints of Buddha Gold #C2941A
RGB
CMYK
RGB Variations
Color information
#C2941A (or 0xC2941A) is known color: Buddha Gold. HEX triplet: C2, 94 and 1A. RGB value is (194,148,26). Sum of RGB (Red+Green+Blue) = 194+148+26=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2941A is #3D6BE5. Grayscale: #949494. Windows color (decimal): -4025318 or 1742018. OLE color: 1742018.
HSL color Cylindrical-coordinate representation of color #C2941A: hue angle of 43.57º 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 #C2941A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 26 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.24 |
| HSL | 43.57º | 0.76% | 0.43% | - |
| HSV(B) | 43.57º | 0.87% | 0.76% | - |
| XYZ | 33.02 | 32.72 | 5.55 | - |
| YUV | 147.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 26 | 0 | 0.24 | 0.87 | 0.24 | 43.57 | 0.76 | 0.43 |
| Hex | C2 | 94 | 1A | 0 | 18 | 57 | 18 | 2C | 4C | 2B |
| Octal | 302 | 224 | 32 | 0 | 30 | 127 | 30 | 54 | 114 | 53 |
| Binary | 11000010 | 10010100 | 11010 | 0 | 11000 | 1010111 | 11000 | 101100 | 1001100 | 101011 |
Color Harmonies of #C2941A
Complementary color
Monochromatic Colors of #C2941A
Black with #C2941A
Text Example
Text Example
White with #C2941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2941A; }
p { color: rgb(194,148,26); }
H1.HeaderClassName
{
color: #C2941A;
}
.AnyTagClassName
{
color: #C2941A;
}
</style>
background-color css
<style>
a { background-color: #C2941A; }
a { background-color: rgb(194,148,26); }
div.DivClassName
{
background-color: #C2941A;
}
.BgClassName
{
background-color: #C2941A;
}
</style>
border-color css
<style>
span { border-color: #C2941A; }
span { border-color: rgb(194,148,26); }
td.TdClassName
{
border-color: #C2941A;
}
.TagClassName
{
border-color: #C2941A;
}
</style>