Shades of Buddha Gold #C3931D
Tints of Buddha Gold #C3931D
RGB
CMYK
RGB Variations
Color information
#C3931D (or 0xC3931D) is known color: Buddha Gold. HEX triplet: C3, 93 and 1D. RGB value is (195,147,29). Sum of RGB (Red+Green+Blue) = 195+147+29=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3931D is #3C6CE2. Grayscale: #949494. Windows color (decimal): -3960035 or 1938371. OLE color: 1938371.
HSL color Cylindrical-coordinate representation of color #C3931D: hue angle of 42.65º 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 #C3931D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.24 |
| HSL | 42.65º | 0.74% | 0.44% | - |
| HSV(B) | 42.65º | 0.85% | 0.76% | - |
| XYZ | 33.16 | 32.56 | 5.7 | - |
| YUV | 147.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 29 | 0 | 0.25 | 0.85 | 0.24 | 42.65 | 0.74 | 0.44 |
| Hex | C3 | 93 | 1D | 0 | 19 | 55 | 18 | 2B | 4A | 2C |
| Octal | 303 | 223 | 35 | 0 | 31 | 125 | 30 | 53 | 112 | 54 |
| Binary | 11000011 | 10010011 | 11101 | 0 | 11001 | 1010101 | 11000 | 101011 | 1001010 | 101100 |
Color Harmonies of #C3931D
Complementary color
Monochromatic Colors of #C3931D
Black with #C3931D
Text Example
Text Example
White with #C3931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3931D; }
p { color: rgb(195,147,29); }
H1.HeaderClassName
{
color: #C3931D;
}
.AnyTagClassName
{
color: #C3931D;
}
</style>
background-color css
<style>
a { background-color: #C3931D; }
a { background-color: rgb(195,147,29); }
div.DivClassName
{
background-color: #C3931D;
}
.BgClassName
{
background-color: #C3931D;
}
</style>
border-color css
<style>
span { border-color: #C3931D; }
span { border-color: rgb(195,147,29); }
td.TdClassName
{
border-color: #C3931D;
}
.TagClassName
{
border-color: #C3931D;
}
</style>