Shades of Buddha Gold #C49B09
Tints of Buddha Gold #C49B09
RGB
CMYK
RGB Variations
Color information
#C49B09 (or 0xC49B09) is known color: Buddha Gold. HEX triplet: C4, 9B and 09. RGB value is (196,155,9). Sum of RGB (Red+Green+Blue) = 196+155+9=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B09 is #3B64F6. Grayscale: #979797. Windows color (decimal): -3892471 or 629700. OLE color: 629700.
HSL color Cylindrical-coordinate representation of color #C49B09: hue angle of 46.84º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49B09 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 9 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.23 |
| HSL | 46.84º | 0.91% | 0.4% | - |
| HSV(B) | 46.84º | 0.95% | 0.77% | - |
| XYZ | 34.54 | 35.2 | 5.23 | - |
| YUV | 150.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 9 | 0 | 0.21 | 0.95 | 0.23 | 46.84 | 0.91 | 0.4 |
| Hex | C4 | 9B | 9 | 0 | 15 | 5F | 17 | 2F | 5B | 28 |
| Octal | 304 | 233 | 11 | 0 | 25 | 137 | 27 | 57 | 133 | 50 |
| Binary | 11000100 | 10011011 | 1001 | 0 | 10101 | 1011111 | 10111 | 101111 | 1011011 | 101000 |
Color Harmonies of #C49B09
Complementary color
Monochromatic Colors of #C49B09
Black with #C49B09
Text Example
Text Example
White with #C49B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B09; }
p { color: rgb(196,155,9); }
H1.HeaderClassName
{
color: #C49B09;
}
.AnyTagClassName
{
color: #C49B09;
}
</style>
background-color css
<style>
a { background-color: #C49B09; }
a { background-color: rgb(196,155,9); }
div.DivClassName
{
background-color: #C49B09;
}
.BgClassName
{
background-color: #C49B09;
}
</style>
border-color css
<style>
span { border-color: #C49B09; }
span { border-color: rgb(196,155,9); }
td.TdClassName
{
border-color: #C49B09;
}
.TagClassName
{
border-color: #C49B09;
}
</style>