Shades of Buddha Gold #C39C10
Tints of Buddha Gold #C39C10
RGB
CMYK
RGB Variations
Color information
#C39C10 (or 0xC39C10) is known color: Buddha Gold. HEX triplet: C3, 9C and 10. RGB value is (195,156,16). Sum of RGB (Red+Green+Blue) = 195+156+16=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C10 is #3C63EF. Grayscale: #989898. Windows color (decimal): -3957744 or 1088707. OLE color: 1088707.
HSL color Cylindrical-coordinate representation of color #C39C10: hue angle of 46.93º degrees, saturation: 0.85, 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 #C39C10 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.24 |
| HSL | 46.93º | 0.85% | 0.41% | - |
| HSV(B) | 46.93º | 0.92% | 0.76% | - |
| XYZ | 34.49 | 35.42 | 5.51 | - |
| YUV | 151.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 16 | 0 | 0.20 | 0.92 | 0.24 | 46.93 | 0.85 | 0.41 |
| Hex | C3 | 9C | 10 | 0 | 14 | 5C | 18 | 2F | 55 | 29 |
| Octal | 303 | 234 | 20 | 0 | 24 | 134 | 30 | 57 | 125 | 51 |
| Binary | 11000011 | 10011100 | 10000 | 0 | 10100 | 1011100 | 11000 | 101111 | 1010101 | 101001 |
Color Harmonies of #C39C10
Complementary color
Monochromatic Colors of #C39C10
Black with #C39C10
Text Example
Text Example
White with #C39C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C10; }
p { color: rgb(195,156,16); }
H1.HeaderClassName
{
color: #C39C10;
}
.AnyTagClassName
{
color: #C39C10;
}
</style>
background-color css
<style>
a { background-color: #C39C10; }
a { background-color: rgb(195,156,16); }
div.DivClassName
{
background-color: #C39C10;
}
.BgClassName
{
background-color: #C39C10;
}
</style>
border-color css
<style>
span { border-color: #C39C10; }
span { border-color: rgb(195,156,16); }
td.TdClassName
{
border-color: #C39C10;
}
.TagClassName
{
border-color: #C39C10;
}
</style>