Shades of Buddha Gold #C09F17
Tints of Buddha Gold #C09F17
RGB
CMYK
RGB Variations
Color information
#C09F17 (or 0xC09F17) is known color: Buddha Gold. HEX triplet: C0, 9F and 17. RGB value is (192,159,23). Sum of RGB (Red+Green+Blue) = 192+159+23=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F17 is #3F60E8. Grayscale: #999999. Windows color (decimal): -4153577 or 1548224. OLE color: 1548224.
HSL color Cylindrical-coordinate representation of color #C09F17: hue angle of 48.28º 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 #C09F17 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 23 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.25 |
| HSL | 48.28º | 0.79% | 0.42% | - |
| HSV(B) | 48.28º | 0.88% | 0.75% | - |
| XYZ | 34.29 | 36.06 | 5.96 | - |
| YUV | 153.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 23 | 0 | 0.17 | 0.88 | 0.25 | 48.28 | 0.79 | 0.42 |
| Hex | C0 | 9F | 17 | 0 | 11 | 58 | 19 | 30 | 4F | 2A |
| Octal | 300 | 237 | 27 | 0 | 21 | 130 | 31 | 60 | 117 | 52 |
| Binary | 11000000 | 10011111 | 10111 | 0 | 10001 | 1011000 | 11001 | 110000 | 1001111 | 101010 |
Color Harmonies of #C09F17
Complementary color
Monochromatic Colors of #C09F17
Black with #C09F17
Text Example
Text Example
White with #C09F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F17; }
p { color: rgb(192,159,23); }
H1.HeaderClassName
{
color: #C09F17;
}
.AnyTagClassName
{
color: #C09F17;
}
</style>
background-color css
<style>
a { background-color: #C09F17; }
a { background-color: rgb(192,159,23); }
div.DivClassName
{
background-color: #C09F17;
}
.BgClassName
{
background-color: #C09F17;
}
</style>
border-color css
<style>
span { border-color: #C09F17; }
span { border-color: rgb(192,159,23); }
td.TdClassName
{
border-color: #C09F17;
}
.TagClassName
{
border-color: #C09F17;
}
</style>