Shades of Buddha Gold #C39B0B
Tints of Buddha Gold #C39B0B
RGB
CMYK
RGB Variations
Color information
#C39B0B (or 0xC39B0B) is known color: Buddha Gold. HEX triplet: C3, 9B and 0B. RGB value is (195,155,11). Sum of RGB (Red+Green+Blue) = 195+155+11=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B0B is #3C64F4. Grayscale: #979797. Windows color (decimal): -3958005 or 760771. OLE color: 760771.
HSL color Cylindrical-coordinate representation of color #C39B0B: hue angle of 46.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C39B0B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.24 |
| HSL | 46.96º | 0.89% | 0.4% | - |
| HSV(B) | 46.96º | 0.94% | 0.76% | - |
| XYZ | 34.29 | 35.07 | 5.28 | - |
| YUV | 150.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 11 | 0 | 0.21 | 0.94 | 0.24 | 46.96 | 0.89 | 0.4 |
| Hex | C3 | 9B | B | 0 | 15 | 5E | 18 | 2F | 59 | 28 |
| Octal | 303 | 233 | 13 | 0 | 25 | 136 | 30 | 57 | 131 | 50 |
| Binary | 11000011 | 10011011 | 1011 | 0 | 10101 | 1011110 | 11000 | 101111 | 1011001 | 101000 |
Color Harmonies of #C39B0B
Complementary color
Monochromatic Colors of #C39B0B
Black with #C39B0B
Text Example
Text Example
White with #C39B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B0B; }
p { color: rgb(195,155,11); }
H1.HeaderClassName
{
color: #C39B0B;
}
.AnyTagClassName
{
color: #C39B0B;
}
</style>
background-color css
<style>
a { background-color: #C39B0B; }
a { background-color: rgb(195,155,11); }
div.DivClassName
{
background-color: #C39B0B;
}
.BgClassName
{
background-color: #C39B0B;
}
</style>
border-color css
<style>
span { border-color: #C39B0B; }
span { border-color: rgb(195,155,11); }
td.TdClassName
{
border-color: #C39B0B;
}
.TagClassName
{
border-color: #C39B0B;
}
</style>