Shades of Buddha Gold #C09217
Tints of Buddha Gold #C09217
RGB
CMYK
RGB Variations
Color information
#C09217 (or 0xC09217) is known color: Buddha Gold. HEX triplet: C0, 92 and 17. RGB value is (192,146,23). Sum of RGB (Red+Green+Blue) = 192+146+23=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09217 is #3F6DE8. Grayscale: #929292. Windows color (decimal): -4156905 or 1544896. OLE color: 1544896.
HSL color Cylindrical-coordinate representation of color #C09217: hue angle of 43.67º 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 #C09217 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 23 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.25 |
| HSL | 43.67º | 0.79% | 0.42% | - |
| HSV(B) | 43.67º | 0.88% | 0.75% | - |
| XYZ | 32.17 | 31.83 | 5.26 | - |
| YUV | 145.73 | 58.74 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 23 | 0 | 0.24 | 0.88 | 0.25 | 43.67 | 0.79 | 0.42 |
| Hex | C0 | 92 | 17 | 0 | 18 | 58 | 19 | 2C | 4F | 2A |
| Octal | 300 | 222 | 27 | 0 | 30 | 130 | 31 | 54 | 117 | 52 |
| Binary | 11000000 | 10010010 | 10111 | 0 | 11000 | 1011000 | 11001 | 101100 | 1001111 | 101010 |
Color Harmonies of #C09217
Complementary color
Monochromatic Colors of #C09217
Black with #C09217
Text Example
Text Example
White with #C09217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09217; }
p { color: rgb(192,146,23); }
H1.HeaderClassName
{
color: #C09217;
}
.AnyTagClassName
{
color: #C09217;
}
</style>
background-color css
<style>
a { background-color: #C09217; }
a { background-color: rgb(192,146,23); }
div.DivClassName
{
background-color: #C09217;
}
.BgClassName
{
background-color: #C09217;
}
</style>
border-color css
<style>
span { border-color: #C09217; }
span { border-color: rgb(192,146,23); }
td.TdClassName
{
border-color: #C09217;
}
.TagClassName
{
border-color: #C09217;
}
</style>