Shades of Buddha Gold #C39313
Tints of Buddha Gold #C39313
RGB
CMYK
RGB Variations
Color information
#C39313 (or 0xC39313) is known color: Buddha Gold. HEX triplet: C3, 93 and 13. RGB value is (195,147,19). Sum of RGB (Red+Green+Blue) = 195+147+19=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39313 is #3C6CEC. Grayscale: #939393. Windows color (decimal): -3960045 or 1283011. OLE color: 1283011.
HSL color Cylindrical-coordinate representation of color #C39313: hue angle of 43.64º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39313 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 19 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.24 |
| HSL | 43.64º | 0.82% | 0.42% | - |
| HSV(B) | 43.64º | 0.9% | 0.76% | - |
| XYZ | 33.06 | 32.52 | 5.15 | - |
| YUV | 146.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 19 | 0 | 0.25 | 0.90 | 0.24 | 43.64 | 0.82 | 0.42 |
| Hex | C3 | 93 | 13 | 0 | 19 | 5A | 18 | 2C | 52 | 2A |
| Octal | 303 | 223 | 23 | 0 | 31 | 132 | 30 | 54 | 122 | 52 |
| Binary | 11000011 | 10010011 | 10011 | 0 | 11001 | 1011010 | 11000 | 101100 | 1010010 | 101010 |
Color Harmonies of #C39313
Complementary color
Monochromatic Colors of #C39313
Black with #C39313
Text Example
Text Example
White with #C39313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39313; }
p { color: rgb(195,147,19); }
H1.HeaderClassName
{
color: #C39313;
}
.AnyTagClassName
{
color: #C39313;
}
</style>
background-color css
<style>
a { background-color: #C39313; }
a { background-color: rgb(195,147,19); }
div.DivClassName
{
background-color: #C39313;
}
.BgClassName
{
background-color: #C39313;
}
</style>
border-color css
<style>
span { border-color: #C39313; }
span { border-color: rgb(195,147,19); }
td.TdClassName
{
border-color: #C39313;
}
.TagClassName
{
border-color: #C39313;
}
</style>