Shades of Buddha Gold #C39B16
Tints of Buddha Gold #C39B16
RGB
CMYK
RGB Variations
Color information
#C39B16 (or 0xC39B16) is known color: Buddha Gold. HEX triplet: C3, 9B and 16. RGB value is (195,155,22). Sum of RGB (Red+Green+Blue) = 195+155+22=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B16 is #3C64E9. Grayscale: #989898. Windows color (decimal): -3957994 or 1481667. OLE color: 1481667.
HSL color Cylindrical-coordinate representation of color #C39B16: hue angle of 46.13º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C39B16 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 22 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.24 |
| HSL | 46.13º | 0.8% | 0.43% | - |
| HSV(B) | 46.13º | 0.89% | 0.76% | - |
| XYZ | 34.37 | 35.1 | 5.72 | - |
| YUV | 151.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 22 | 0 | 0.21 | 0.89 | 0.24 | 46.13 | 0.8 | 0.43 |
| Hex | C3 | 9B | 16 | 0 | 15 | 59 | 18 | 2E | 50 | 2B |
| Octal | 303 | 233 | 26 | 0 | 25 | 131 | 30 | 56 | 120 | 53 |
| Binary | 11000011 | 10011011 | 10110 | 0 | 10101 | 1011001 | 11000 | 101110 | 1010000 | 101011 |
Color Harmonies of #C39B16
Complementary color
Monochromatic Colors of #C39B16
Black with #C39B16
Text Example
Text Example
White with #C39B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B16; }
p { color: rgb(195,155,22); }
H1.HeaderClassName
{
color: #C39B16;
}
.AnyTagClassName
{
color: #C39B16;
}
</style>
background-color css
<style>
a { background-color: #C39B16; }
a { background-color: rgb(195,155,22); }
div.DivClassName
{
background-color: #C39B16;
}
.BgClassName
{
background-color: #C39B16;
}
</style>
border-color css
<style>
span { border-color: #C39B16; }
span { border-color: rgb(195,155,22); }
td.TdClassName
{
border-color: #C39B16;
}
.TagClassName
{
border-color: #C39B16;
}
</style>