Shades of Buddha Gold #C3981D
Tints of Buddha Gold #C3981D
RGB
CMYK
RGB Variations
Color information
#C3981D (or 0xC3981D) is known color: Buddha Gold. HEX triplet: C3, 98 and 1D. RGB value is (195,152,29). Sum of RGB (Red+Green+Blue) = 195+152+29=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3981D is #3C67E2. Grayscale: #979797. Windows color (decimal): -3958755 or 1939651. OLE color: 1939651.
HSL color Cylindrical-coordinate representation of color #C3981D: hue angle of 44.46º 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 #C3981D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.24 |
| HSL | 44.46º | 0.74% | 0.44% | - |
| HSV(B) | 44.46º | 0.85% | 0.76% | - |
| XYZ | 33.96 | 34.15 | 5.96 | - |
| YUV | 150.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 29 | 0 | 0.22 | 0.85 | 0.24 | 44.46 | 0.74 | 0.44 |
| Hex | C3 | 98 | 1D | 0 | 16 | 55 | 18 | 2C | 4A | 2C |
| Octal | 303 | 230 | 35 | 0 | 26 | 125 | 30 | 54 | 112 | 54 |
| Binary | 11000011 | 10011000 | 11101 | 0 | 10110 | 1010101 | 11000 | 101100 | 1001010 | 101100 |
Color Harmonies of #C3981D
Complementary color
Monochromatic Colors of #C3981D
Black with #C3981D
Text Example
Text Example
White with #C3981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3981D; }
p { color: rgb(195,152,29); }
H1.HeaderClassName
{
color: #C3981D;
}
.AnyTagClassName
{
color: #C3981D;
}
</style>
background-color css
<style>
a { background-color: #C3981D; }
a { background-color: rgb(195,152,29); }
div.DivClassName
{
background-color: #C3981D;
}
.BgClassName
{
background-color: #C3981D;
}
</style>
border-color css
<style>
span { border-color: #C3981D; }
span { border-color: rgb(195,152,29); }
td.TdClassName
{
border-color: #C3981D;
}
.TagClassName
{
border-color: #C3981D;
}
</style>