Shades of Buddha Gold #C39015
Tints of Buddha Gold #C39015
RGB
CMYK
RGB Variations
Color information
#C39015 (or 0xC39015) is known color: Buddha Gold. HEX triplet: C3, 90 and 15. RGB value is (195,144,21). Sum of RGB (Red+Green+Blue) = 195+144+21=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C39015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39015 is #3C6FEA. Grayscale: #919191. Windows color (decimal): -3960811 or 1413315. OLE color: 1413315.
HSL color Cylindrical-coordinate representation of color #C39015: hue angle of 42.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39015 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 21 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.24 |
| HSL | 42.41º | 0.81% | 0.42% | - |
| HSV(B) | 42.41º | 0.89% | 0.76% | - |
| XYZ | 32.61 | 31.6 | 5.09 | - |
| YUV | 145.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 21 | 0 | 0.26 | 0.89 | 0.24 | 42.41 | 0.81 | 0.42 |
| Hex | C3 | 90 | 15 | 0 | 1A | 59 | 18 | 2A | 51 | 2A |
| Octal | 303 | 220 | 25 | 0 | 32 | 131 | 30 | 52 | 121 | 52 |
| Binary | 11000011 | 10010000 | 10101 | 0 | 11010 | 1011001 | 11000 | 101010 | 1010001 | 101010 |
Color Harmonies of #C39015
Complementary color
Monochromatic Colors of #C39015
Black with #C39015
Text Example
Text Example
White with #C39015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39015; }
p { color: rgb(195,144,21); }
H1.HeaderClassName
{
color: #C39015;
}
.AnyTagClassName
{
color: #C39015;
}
</style>
background-color css
<style>
a { background-color: #C39015; }
a { background-color: rgb(195,144,21); }
div.DivClassName
{
background-color: #C39015;
}
.BgClassName
{
background-color: #C39015;
}
</style>
border-color css
<style>
span { border-color: #C39015; }
span { border-color: rgb(195,144,21); }
td.TdClassName
{
border-color: #C39015;
}
.TagClassName
{
border-color: #C39015;
}
</style>