Shades of Buddha Gold #C49618
Tints of Buddha Gold #C49618
RGB
CMYK
RGB Variations
Color information
#C49618 (or 0xC49618) is known color: Buddha Gold. HEX triplet: C4, 96 and 18. RGB value is (196,150,24). Sum of RGB (Red+Green+Blue) = 196+150+24=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C49618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49618 is #3B69E7. Grayscale: #959595. Windows color (decimal): -3893736 or 1611460. OLE color: 1611460.
HSL color Cylindrical-coordinate representation of color #C49618: hue angle of 43.95º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C49618 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 24 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.23 |
| HSL | 43.95º | 0.78% | 0.43% | - |
| HSV(B) | 43.95º | 0.88% | 0.77% | - |
| XYZ | 33.84 | 33.61 | 5.57 | - |
| YUV | 149.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 24 | 0 | 0.23 | 0.88 | 0.23 | 43.95 | 0.78 | 0.43 |
| Hex | C4 | 96 | 18 | 0 | 17 | 58 | 17 | 2C | 4E | 2B |
| Octal | 304 | 226 | 30 | 0 | 27 | 130 | 27 | 54 | 116 | 53 |
| Binary | 11000100 | 10010110 | 11000 | 0 | 10111 | 1011000 | 10111 | 101100 | 1001110 | 101011 |
Color Harmonies of #C49618
Complementary color
Monochromatic Colors of #C49618
Black with #C49618
Text Example
Text Example
White with #C49618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49618; }
p { color: rgb(196,150,24); }
H1.HeaderClassName
{
color: #C49618;
}
.AnyTagClassName
{
color: #C49618;
}
</style>
background-color css
<style>
a { background-color: #C49618; }
a { background-color: rgb(196,150,24); }
div.DivClassName
{
background-color: #C49618;
}
.BgClassName
{
background-color: #C49618;
}
</style>
border-color css
<style>
span { border-color: #C49618; }
span { border-color: rgb(196,150,24); }
td.TdClassName
{
border-color: #C49618;
}
.TagClassName
{
border-color: #C49618;
}
</style>