Shades of Buddha Gold #C39F10
Tints of Buddha Gold #C39F10
RGB
CMYK
RGB Variations
Color information
#C39F10 (or 0xC39F10) is known color: Buddha Gold. HEX triplet: C3, 9F and 10. RGB value is (195,159,16). Sum of RGB (Red+Green+Blue) = 195+159+16=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39F10 is #3C60EF. Grayscale: #9A9A9A. Windows color (decimal): -3956976 or 1089475. OLE color: 1089475.
HSL color Cylindrical-coordinate representation of color #C39F10: hue angle of 47.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 #C39F10 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 16 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.24 |
| HSL | 47.93º | 0.85% | 0.41% | - |
| HSV(B) | 47.93º | 0.92% | 0.76% | - |
| XYZ | 35 | 36.44 | 5.68 | - |
| YUV | 153.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 16 | 0 | 0.18 | 0.92 | 0.24 | 47.93 | 0.85 | 0.41 |
| Hex | C3 | 9F | 10 | 0 | 12 | 5C | 18 | 30 | 55 | 29 |
| Octal | 303 | 237 | 20 | 0 | 22 | 134 | 30 | 60 | 125 | 51 |
| Binary | 11000011 | 10011111 | 10000 | 0 | 10010 | 1011100 | 11000 | 110000 | 1010101 | 101001 |
Color Harmonies of #C39F10
Complementary color
Monochromatic Colors of #C39F10
Black with #C39F10
Text Example
Text Example
White with #C39F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F10; }
p { color: rgb(195,159,16); }
H1.HeaderClassName
{
color: #C39F10;
}
.AnyTagClassName
{
color: #C39F10;
}
</style>
background-color css
<style>
a { background-color: #C39F10; }
a { background-color: rgb(195,159,16); }
div.DivClassName
{
background-color: #C39F10;
}
.BgClassName
{
background-color: #C39F10;
}
</style>
border-color css
<style>
span { border-color: #C39F10; }
span { border-color: rgb(195,159,16); }
td.TdClassName
{
border-color: #C39F10;
}
.TagClassName
{
border-color: #C39F10;
}
</style>