Shades of Buddha Gold #C3950C
Tints of Buddha Gold #C3950C
RGB
CMYK
RGB Variations
Color information
#C3950C (or 0xC3950C) is known color: Buddha Gold. HEX triplet: C3, 95 and 0C. RGB value is (195,149,12). Sum of RGB (Red+Green+Blue) = 195+149+12=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3950C is #3C6AF3. Grayscale: #939393. Windows color (decimal): -3959540 or 824771. OLE color: 824771.
HSL color Cylindrical-coordinate representation of color #C3950C: hue angle of 44.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3950C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.24 |
| HSL | 44.92º | 0.88% | 0.41% | - |
| HSV(B) | 44.92º | 0.94% | 0.76% | - |
| XYZ | 33.32 | 33.12 | 4.99 | - |
| YUV | 147.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 12 | 0 | 0.24 | 0.94 | 0.24 | 44.92 | 0.88 | 0.41 |
| Hex | C3 | 95 | C | 0 | 18 | 5E | 18 | 2D | 58 | 29 |
| Octal | 303 | 225 | 14 | 0 | 30 | 136 | 30 | 55 | 130 | 51 |
| Binary | 11000011 | 10010101 | 1100 | 0 | 11000 | 1011110 | 11000 | 101101 | 1011000 | 101001 |
Color Harmonies of #C3950C
Complementary color
Monochromatic Colors of #C3950C
Black with #C3950C
Text Example
Text Example
White with #C3950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3950C; }
p { color: rgb(195,149,12); }
H1.HeaderClassName
{
color: #C3950C;
}
.AnyTagClassName
{
color: #C3950C;
}
</style>
background-color css
<style>
a { background-color: #C3950C; }
a { background-color: rgb(195,149,12); }
div.DivClassName
{
background-color: #C3950C;
}
.BgClassName
{
background-color: #C3950C;
}
</style>
border-color css
<style>
span { border-color: #C3950C; }
span { border-color: rgb(195,149,12); }
td.TdClassName
{
border-color: #C3950C;
}
.TagClassName
{
border-color: #C3950C;
}
</style>