Shades of Buddha Gold #C09915
Tints of Buddha Gold #C09915
RGB
CMYK
RGB Variations
Color information
#C09915 (or 0xC09915) is known color: Buddha Gold. HEX triplet: C0, 99 and 15. RGB value is (192,153,21). Sum of RGB (Red+Green+Blue) = 192+153+21=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C09915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09915 is #3F66EA. Grayscale: #969696. Windows color (decimal): -4155115 or 1415616. OLE color: 1415616.
HSL color Cylindrical-coordinate representation of color #C09915: hue angle of 46.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09915 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 21 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.25 |
| HSL | 46.32º | 0.8% | 0.42% | - |
| HSV(B) | 46.32º | 0.89% | 0.75% | - |
| XYZ | 33.26 | 34.04 | 5.53 | - |
| YUV | 149.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 21 | 0 | 0.20 | 0.89 | 0.25 | 46.32 | 0.8 | 0.42 |
| Hex | C0 | 99 | 15 | 0 | 14 | 59 | 19 | 2E | 50 | 2A |
| Octal | 300 | 231 | 25 | 0 | 24 | 131 | 31 | 56 | 120 | 52 |
| Binary | 11000000 | 10011001 | 10101 | 0 | 10100 | 1011001 | 11001 | 101110 | 1010000 | 101010 |
Color Harmonies of #C09915
Complementary color
Monochromatic Colors of #C09915
Black with #C09915
Text Example
Text Example
White with #C09915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09915; }
p { color: rgb(192,153,21); }
H1.HeaderClassName
{
color: #C09915;
}
.AnyTagClassName
{
color: #C09915;
}
</style>
background-color css
<style>
a { background-color: #C09915; }
a { background-color: rgb(192,153,21); }
div.DivClassName
{
background-color: #C09915;
}
.BgClassName
{
background-color: #C09915;
}
</style>
border-color css
<style>
span { border-color: #C09915; }
span { border-color: rgb(192,153,21); }
td.TdClassName
{
border-color: #C09915;
}
.TagClassName
{
border-color: #C09915;
}
</style>