Shades of Buddha Gold #C09417
Tints of Buddha Gold #C09417
RGB
CMYK
RGB Variations
Color information
#C09417 (or 0xC09417) is known color: Buddha Gold. HEX triplet: C0, 94 and 17. RGB value is (192,148,23). Sum of RGB (Red+Green+Blue) = 192+148+23=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09417 is #3F6BE8. Grayscale: #939393. Windows color (decimal): -4156393 or 1545408. OLE color: 1545408.
HSL color Cylindrical-coordinate representation of color #C09417: hue angle of 44.38º 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 #C09417 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.25 |
| HSL | 44.38º | 0.79% | 0.42% | - |
| HSV(B) | 44.38º | 0.88% | 0.75% | - |
| XYZ | 32.48 | 32.45 | 5.36 | - |
| YUV | 146.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 23 | 0 | 0.23 | 0.88 | 0.25 | 44.38 | 0.79 | 0.42 |
| Hex | C0 | 94 | 17 | 0 | 17 | 58 | 19 | 2C | 4F | 2A |
| Octal | 300 | 224 | 27 | 0 | 27 | 130 | 31 | 54 | 117 | 52 |
| Binary | 11000000 | 10010100 | 10111 | 0 | 10111 | 1011000 | 11001 | 101100 | 1001111 | 101010 |
Color Harmonies of #C09417
Complementary color
Monochromatic Colors of #C09417
Black with #C09417
Text Example
Text Example
White with #C09417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09417; }
p { color: rgb(192,148,23); }
H1.HeaderClassName
{
color: #C09417;
}
.AnyTagClassName
{
color: #C09417;
}
</style>
background-color css
<style>
a { background-color: #C09417; }
a { background-color: rgb(192,148,23); }
div.DivClassName
{
background-color: #C09417;
}
.BgClassName
{
background-color: #C09417;
}
</style>
border-color css
<style>
span { border-color: #C09417; }
span { border-color: rgb(192,148,23); }
td.TdClassName
{
border-color: #C09417;
}
.TagClassName
{
border-color: #C09417;
}
</style>