Shades of Buddha Gold #C09617
Tints of Buddha Gold #C09617
RGB
CMYK
RGB Variations
Color information
#C09617 (or 0xC09617) is known color: Buddha Gold. HEX triplet: C0, 96 and 17. RGB value is (192,150,23). Sum of RGB (Red+Green+Blue) = 192+150+23=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C09617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09617 is #3F69E8. Grayscale: #949494. Windows color (decimal): -4155881 or 1545920. OLE color: 1545920.
HSL color Cylindrical-coordinate representation of color #C09617: hue angle of 45.09º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09617 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 23 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.25 |
| HSL | 45.09º | 0.79% | 0.42% | - |
| HSV(B) | 45.09º | 0.88% | 0.75% | - |
| XYZ | 32.8 | 33.08 | 5.47 | - |
| YUV | 148.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 23 | 0 | 0.22 | 0.88 | 0.25 | 45.09 | 0.79 | 0.42 |
| Hex | C0 | 96 | 17 | 0 | 16 | 58 | 19 | 2D | 4F | 2A |
| Octal | 300 | 226 | 27 | 0 | 26 | 130 | 31 | 55 | 117 | 52 |
| Binary | 11000000 | 10010110 | 10111 | 0 | 10110 | 1011000 | 11001 | 101101 | 1001111 | 101010 |
Color Harmonies of #C09617
Complementary color
Monochromatic Colors of #C09617
Black with #C09617
Text Example
Text Example
White with #C09617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09617; }
p { color: rgb(192,150,23); }
H1.HeaderClassName
{
color: #C09617;
}
.AnyTagClassName
{
color: #C09617;
}
</style>
background-color css
<style>
a { background-color: #C09617; }
a { background-color: rgb(192,150,23); }
div.DivClassName
{
background-color: #C09617;
}
.BgClassName
{
background-color: #C09617;
}
</style>
border-color css
<style>
span { border-color: #C09617; }
span { border-color: rgb(192,150,23); }
td.TdClassName
{
border-color: #C09617;
}
.TagClassName
{
border-color: #C09617;
}
</style>