Shades of Buddha Gold #C39711
Tints of Buddha Gold #C39711
RGB
CMYK
RGB Variations
Color information
#C39711 (or 0xC39711) is known color: Buddha Gold. HEX triplet: C3, 97 and 11. RGB value is (195,151,17). Sum of RGB (Red+Green+Blue) = 195+151+17=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C39711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39711 is #3C68EE. Grayscale: #959595. Windows color (decimal): -3959023 or 1152963. OLE color: 1152963.
HSL color Cylindrical-coordinate representation of color #C39711: hue angle of 45.17º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C39711 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.24 |
| HSL | 45.17º | 0.84% | 0.42% | - |
| HSV(B) | 45.17º | 0.91% | 0.76% | - |
| XYZ | 33.67 | 33.78 | 5.27 | - |
| YUV | 148.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 17 | 0 | 0.23 | 0.91 | 0.24 | 45.17 | 0.84 | 0.42 |
| Hex | C3 | 97 | 11 | 0 | 17 | 5B | 18 | 2D | 54 | 2A |
| Octal | 303 | 227 | 21 | 0 | 27 | 133 | 30 | 55 | 124 | 52 |
| Binary | 11000011 | 10010111 | 10001 | 0 | 10111 | 1011011 | 11000 | 101101 | 1010100 | 101010 |
Color Harmonies of #C39711
Complementary color
Monochromatic Colors of #C39711
Black with #C39711
Text Example
Text Example
White with #C39711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39711; }
p { color: rgb(195,151,17); }
H1.HeaderClassName
{
color: #C39711;
}
.AnyTagClassName
{
color: #C39711;
}
</style>
background-color css
<style>
a { background-color: #C39711; }
a { background-color: rgb(195,151,17); }
div.DivClassName
{
background-color: #C39711;
}
.BgClassName
{
background-color: #C39711;
}
</style>
border-color css
<style>
span { border-color: #C39711; }
span { border-color: rgb(195,151,17); }
td.TdClassName
{
border-color: #C39711;
}
.TagClassName
{
border-color: #C39711;
}
</style>