Shades of Buddha Gold #C3950F
Tints of Buddha Gold #C3950F
RGB
CMYK
RGB Variations
Color information
#C3950F (or 0xC3950F) is known color: Buddha Gold. HEX triplet: C3, 95 and 0F. RGB value is (195,149,15). Sum of RGB (Red+Green+Blue) = 195+149+15=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3950F is #3C6AF0. Grayscale: #949494. Windows color (decimal): -3959537 or 1021379. OLE color: 1021379.
HSL color Cylindrical-coordinate representation of color #C3950F: hue angle of 44.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3950F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.24 |
| HSL | 44.67º | 0.86% | 0.41% | - |
| HSV(B) | 44.67º | 0.92% | 0.76% | - |
| XYZ | 33.34 | 33.13 | 5.09 | - |
| YUV | 147.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 15 | 0 | 0.24 | 0.92 | 0.24 | 44.67 | 0.86 | 0.41 |
| Hex | C3 | 95 | F | 0 | 18 | 5C | 18 | 2D | 56 | 29 |
| Octal | 303 | 225 | 17 | 0 | 30 | 134 | 30 | 55 | 126 | 51 |
| Binary | 11000011 | 10010101 | 1111 | 0 | 11000 | 1011100 | 11000 | 101101 | 1010110 | 101001 |
Color Harmonies of #C3950F
Complementary color
Monochromatic Colors of #C3950F
Black with #C3950F
Text Example
Text Example
White with #C3950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3950F; }
p { color: rgb(195,149,15); }
H1.HeaderClassName
{
color: #C3950F;
}
.AnyTagClassName
{
color: #C3950F;
}
</style>
background-color css
<style>
a { background-color: #C3950F; }
a { background-color: rgb(195,149,15); }
div.DivClassName
{
background-color: #C3950F;
}
.BgClassName
{
background-color: #C3950F;
}
</style>
border-color css
<style>
span { border-color: #C3950F; }
span { border-color: rgb(195,149,15); }
td.TdClassName
{
border-color: #C3950F;
}
.TagClassName
{
border-color: #C3950F;
}
</style>