Shades of Buddha Gold #C3950E
Tints of Buddha Gold #C3950E
RGB
CMYK
RGB Variations
Color information
#C3950E (or 0xC3950E) is known color: Buddha Gold. HEX triplet: C3, 95 and 0E. RGB value is (195,149,14). Sum of RGB (Red+Green+Blue) = 195+149+14=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3950E is #3C6AF1. Grayscale: #939393. Windows color (decimal): -3959538 or 955843. OLE color: 955843.
HSL color Cylindrical-coordinate representation of color #C3950E: hue angle of 44.75º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3950E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.24 |
| HSL | 44.75º | 0.87% | 0.41% | - |
| HSV(B) | 44.75º | 0.93% | 0.76% | - |
| XYZ | 33.33 | 33.13 | 5.05 | - |
| YUV | 147.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 14 | 0 | 0.24 | 0.93 | 0.24 | 44.75 | 0.87 | 0.41 |
| Hex | C3 | 95 | E | 0 | 18 | 5D | 18 | 2D | 57 | 29 |
| Octal | 303 | 225 | 16 | 0 | 30 | 135 | 30 | 55 | 127 | 51 |
| Binary | 11000011 | 10010101 | 1110 | 0 | 11000 | 1011101 | 11000 | 101101 | 1010111 | 101001 |
Color Harmonies of #C3950E
Complementary color
Monochromatic Colors of #C3950E
Black with #C3950E
Text Example
Text Example
White with #C3950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3950E; }
p { color: rgb(195,149,14); }
H1.HeaderClassName
{
color: #C3950E;
}
.AnyTagClassName
{
color: #C3950E;
}
</style>
background-color css
<style>
a { background-color: #C3950E; }
a { background-color: rgb(195,149,14); }
div.DivClassName
{
background-color: #C3950E;
}
.BgClassName
{
background-color: #C3950E;
}
</style>
border-color css
<style>
span { border-color: #C3950E; }
span { border-color: rgb(195,149,14); }
td.TdClassName
{
border-color: #C3950E;
}
.TagClassName
{
border-color: #C3950E;
}
</style>