Shades of Buddha Gold #C3980D
Tints of Buddha Gold #C3980D
RGB
CMYK
RGB Variations
Color information
#C3980D (or 0xC3980D) is known color: Buddha Gold. HEX triplet: C3, 98 and 0D. RGB value is (195,152,13). Sum of RGB (Red+Green+Blue) = 195+152+13=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3980D is #3C67F2. Grayscale: #959595. Windows color (decimal): -3958771 or 891075. OLE color: 891075.
HSL color Cylindrical-coordinate representation of color #C3980D: hue angle of 45.82º degrees, saturation: 0.88, 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 #C3980D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.24 |
| HSL | 45.82º | 0.88% | 0.41% | - |
| HSV(B) | 45.82º | 0.93% | 0.76% | - |
| XYZ | 33.81 | 34.09 | 5.18 | - |
| YUV | 149.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 13 | 0 | 0.22 | 0.93 | 0.24 | 45.82 | 0.88 | 0.41 |
| Hex | C3 | 98 | D | 0 | 16 | 5D | 18 | 2E | 58 | 29 |
| Octal | 303 | 230 | 15 | 0 | 26 | 135 | 30 | 56 | 130 | 51 |
| Binary | 11000011 | 10011000 | 1101 | 0 | 10110 | 1011101 | 11000 | 101110 | 1011000 | 101001 |
Color Harmonies of #C3980D
Complementary color
Monochromatic Colors of #C3980D
Black with #C3980D
Text Example
Text Example
White with #C3980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3980D; }
p { color: rgb(195,152,13); }
H1.HeaderClassName
{
color: #C3980D;
}
.AnyTagClassName
{
color: #C3980D;
}
</style>
background-color css
<style>
a { background-color: #C3980D; }
a { background-color: rgb(195,152,13); }
div.DivClassName
{
background-color: #C3980D;
}
.BgClassName
{
background-color: #C3980D;
}
</style>
border-color css
<style>
span { border-color: #C3980D; }
span { border-color: rgb(195,152,13); }
td.TdClassName
{
border-color: #C3980D;
}
.TagClassName
{
border-color: #C3980D;
}
</style>