Shades of Buddha Gold #C2941D
Tints of Buddha Gold #C2941D
RGB
CMYK
RGB Variations
Color information
#C2941D (or 0xC2941D) is known color: Buddha Gold. HEX triplet: C2, 94 and 1D. RGB value is (194,148,29). Sum of RGB (Red+Green+Blue) = 194+148+29=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2941D is #3D6BE2. Grayscale: #949494. Windows color (decimal): -4025315 or 1938626. OLE color: 1938626.
HSL color Cylindrical-coordinate representation of color #C2941D: hue angle of 43.27º 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 #C2941D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.24 |
| HSL | 43.27º | 0.74% | 0.44% | - |
| HSV(B) | 43.27º | 0.85% | 0.76% | - |
| XYZ | 33.06 | 32.74 | 5.74 | - |
| YUV | 148.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 29 | 0 | 0.24 | 0.85 | 0.24 | 43.27 | 0.74 | 0.44 |
| Hex | C2 | 94 | 1D | 0 | 18 | 55 | 18 | 2B | 4A | 2C |
| Octal | 302 | 224 | 35 | 0 | 30 | 125 | 30 | 53 | 112 | 54 |
| Binary | 11000010 | 10010100 | 11101 | 0 | 11000 | 1010101 | 11000 | 101011 | 1001010 | 101100 |
Color Harmonies of #C2941D
Complementary color
Monochromatic Colors of #C2941D
Black with #C2941D
Text Example
Text Example
White with #C2941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2941D; }
p { color: rgb(194,148,29); }
H1.HeaderClassName
{
color: #C2941D;
}
.AnyTagClassName
{
color: #C2941D;
}
</style>
background-color css
<style>
a { background-color: #C2941D; }
a { background-color: rgb(194,148,29); }
div.DivClassName
{
background-color: #C2941D;
}
.BgClassName
{
background-color: #C2941D;
}
</style>
border-color css
<style>
span { border-color: #C2941D; }
span { border-color: rgb(194,148,29); }
td.TdClassName
{
border-color: #C2941D;
}
.TagClassName
{
border-color: #C2941D;
}
</style>