Shades of Buddha Gold #C3971E
Tints of Buddha Gold #C3971E
RGB
CMYK
RGB Variations
Color information
#C3971E (or 0xC3971E) is known color: Buddha Gold. HEX triplet: C3, 97 and 1E. RGB value is (195,151,30). Sum of RGB (Red+Green+Blue) = 195+151+30=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3971E is #3C68E1. Grayscale: #969696. Windows color (decimal): -3959010 or 2004931. OLE color: 2004931.
HSL color Cylindrical-coordinate representation of color #C3971E: hue angle of 44º degrees, saturation: 0.73, 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 #C3971E is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 30 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.24 |
| HSL | 44º | 0.73% | 0.44% | - |
| HSV(B) | 44º | 0.85% | 0.76% | - |
| XYZ | 33.81 | 33.83 | 5.98 | - |
| YUV | 150.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 30 | 0 | 0.23 | 0.85 | 0.24 | 44 | 0.73 | 0.44 |
| Hex | C3 | 97 | 1E | 0 | 17 | 55 | 18 | 2C | 49 | 2C |
| Octal | 303 | 227 | 36 | 0 | 27 | 125 | 30 | 54 | 111 | 54 |
| Binary | 11000011 | 10010111 | 11110 | 0 | 10111 | 1010101 | 11000 | 101100 | 1001001 | 101100 |
Color Harmonies of #C3971E
Complementary color
Monochromatic Colors of #C3971E
Black with #C3971E
Text Example
Text Example
White with #C3971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3971E; }
p { color: rgb(195,151,30); }
H1.HeaderClassName
{
color: #C3971E;
}
.AnyTagClassName
{
color: #C3971E;
}
</style>
background-color css
<style>
a { background-color: #C3971E; }
a { background-color: rgb(195,151,30); }
div.DivClassName
{
background-color: #C3971E;
}
.BgClassName
{
background-color: #C3971E;
}
</style>
border-color css
<style>
span { border-color: #C3971E; }
span { border-color: rgb(195,151,30); }
td.TdClassName
{
border-color: #C3971E;
}
.TagClassName
{
border-color: #C3971E;
}
</style>