Shades of Buddha Gold #C2980D
Tints of Buddha Gold #C2980D
RGB
CMYK
RGB Variations
Color information
#C2980D (or 0xC2980D) is known color: Buddha Gold. HEX triplet: C2, 98 and 0D. RGB value is (194,152,13). Sum of RGB (Red+Green+Blue) = 194+152+13=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2980D is #3D67F2. Grayscale: #959595. Windows color (decimal): -4024307 or 891074. OLE color: 891074.
HSL color Cylindrical-coordinate representation of color #C2980D: hue angle of 46.08º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2980D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.24 |
| HSL | 46.08º | 0.87% | 0.41% | - |
| HSV(B) | 46.08º | 0.93% | 0.76% | - |
| XYZ | 33.55 | 33.95 | 5.17 | - |
| YUV | 148.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 13 | 0 | 0.22 | 0.93 | 0.24 | 46.08 | 0.87 | 0.41 |
| Hex | C2 | 98 | D | 0 | 16 | 5D | 18 | 2E | 57 | 29 |
| Octal | 302 | 230 | 15 | 0 | 26 | 135 | 30 | 56 | 127 | 51 |
| Binary | 11000010 | 10011000 | 1101 | 0 | 10110 | 1011101 | 11000 | 101110 | 1010111 | 101001 |
Color Harmonies of #C2980D
Complementary color
Monochromatic Colors of #C2980D
Black with #C2980D
Text Example
Text Example
White with #C2980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2980D; }
p { color: rgb(194,152,13); }
H1.HeaderClassName
{
color: #C2980D;
}
.AnyTagClassName
{
color: #C2980D;
}
</style>
background-color css
<style>
a { background-color: #C2980D; }
a { background-color: rgb(194,152,13); }
div.DivClassName
{
background-color: #C2980D;
}
.BgClassName
{
background-color: #C2980D;
}
</style>
border-color css
<style>
span { border-color: #C2980D; }
span { border-color: rgb(194,152,13); }
td.TdClassName
{
border-color: #C2980D;
}
.TagClassName
{
border-color: #C2980D;
}
</style>