Shades of Buddha Gold #C3971B
Tints of Buddha Gold #C3971B
RGB
CMYK
RGB Variations
Color information
#C3971B (or 0xC3971B) is known color: Buddha Gold. HEX triplet: C3, 97 and 1B. RGB value is (195,151,27). Sum of RGB (Red+Green+Blue) = 195+151+27=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3971B is #3C68E4. Grayscale: #969696. Windows color (decimal): -3959013 or 1808323. OLE color: 1808323.
HSL color Cylindrical-coordinate representation of color #C3971B: hue angle of 44.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3971B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 27 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.24 |
| HSL | 44.29º | 0.76% | 0.44% | - |
| HSV(B) | 44.29º | 0.86% | 0.76% | - |
| XYZ | 33.77 | 33.81 | 5.78 | - |
| YUV | 150.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 27 | 0 | 0.23 | 0.86 | 0.24 | 44.29 | 0.76 | 0.44 |
| Hex | C3 | 97 | 1B | 0 | 17 | 56 | 18 | 2C | 4C | 2C |
| Octal | 303 | 227 | 33 | 0 | 27 | 126 | 30 | 54 | 114 | 54 |
| Binary | 11000011 | 10010111 | 11011 | 0 | 10111 | 1010110 | 11000 | 101100 | 1001100 | 101100 |
Color Harmonies of #C3971B
Complementary color
Monochromatic Colors of #C3971B
Black with #C3971B
Text Example
Text Example
White with #C3971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3971B; }
p { color: rgb(195,151,27); }
H1.HeaderClassName
{
color: #C3971B;
}
.AnyTagClassName
{
color: #C3971B;
}
</style>
background-color css
<style>
a { background-color: #C3971B; }
a { background-color: rgb(195,151,27); }
div.DivClassName
{
background-color: #C3971B;
}
.BgClassName
{
background-color: #C3971B;
}
</style>
border-color css
<style>
span { border-color: #C3971B; }
span { border-color: rgb(195,151,27); }
td.TdClassName
{
border-color: #C3971B;
}
.TagClassName
{
border-color: #C3971B;
}
</style>