Shades of Buddha Gold #C39C0E
Tints of Buddha Gold #C39C0E
RGB
CMYK
RGB Variations
Color information
#C39C0E (or 0xC39C0E) is known color: Buddha Gold. HEX triplet: C3, 9C and 0E. RGB value is (195,156,14). Sum of RGB (Red+Green+Blue) = 195+156+14=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C0E is #3C63F1. Grayscale: #989898. Windows color (decimal): -3957746 or 957635. OLE color: 957635.
HSL color Cylindrical-coordinate representation of color #C39C0E: hue angle of 47.07º 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 #C39C0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.24 |
| HSL | 47.07º | 0.87% | 0.41% | - |
| HSV(B) | 47.07º | 0.93% | 0.76% | - |
| XYZ | 34.47 | 35.41 | 5.43 | - |
| YUV | 151.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 14 | 0 | 0.20 | 0.93 | 0.24 | 47.07 | 0.87 | 0.41 |
| Hex | C3 | 9C | E | 0 | 14 | 5D | 18 | 2F | 57 | 29 |
| Octal | 303 | 234 | 16 | 0 | 24 | 135 | 30 | 57 | 127 | 51 |
| Binary | 11000011 | 10011100 | 1110 | 0 | 10100 | 1011101 | 11000 | 101111 | 1010111 | 101001 |
Color Harmonies of #C39C0E
Complementary color
Monochromatic Colors of #C39C0E
Black with #C39C0E
Text Example
Text Example
White with #C39C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C0E; }
p { color: rgb(195,156,14); }
H1.HeaderClassName
{
color: #C39C0E;
}
.AnyTagClassName
{
color: #C39C0E;
}
</style>
background-color css
<style>
a { background-color: #C39C0E; }
a { background-color: rgb(195,156,14); }
div.DivClassName
{
background-color: #C39C0E;
}
.BgClassName
{
background-color: #C39C0E;
}
</style>
border-color css
<style>
span { border-color: #C39C0E; }
span { border-color: rgb(195,156,14); }
td.TdClassName
{
border-color: #C39C0E;
}
.TagClassName
{
border-color: #C39C0E;
}
</style>