Shades of Buddha Gold #C09D13
Tints of Buddha Gold #C09D13
RGB
CMYK
RGB Variations
Color information
#C09D13 (or 0xC09D13) is known color: Buddha Gold. HEX triplet: C0, 9D and 13. RGB value is (192,157,19). Sum of RGB (Red+Green+Blue) = 192+157+19=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D13 is #3F62EC. Grayscale: #989898. Windows color (decimal): -4154093 or 1285568. OLE color: 1285568.
HSL color Cylindrical-coordinate representation of color #C09D13: hue angle of 47.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09D13 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 19 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.25 |
| HSL | 47.86º | 0.82% | 0.41% | - |
| HSV(B) | 47.86º | 0.9% | 0.75% | - |
| XYZ | 33.91 | 35.37 | 5.66 | - |
| YUV | 151.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 19 | 0 | 0.18 | 0.90 | 0.25 | 47.86 | 0.82 | 0.41 |
| Hex | C0 | 9D | 13 | 0 | 12 | 5A | 19 | 30 | 52 | 29 |
| Octal | 300 | 235 | 23 | 0 | 22 | 132 | 31 | 60 | 122 | 51 |
| Binary | 11000000 | 10011101 | 10011 | 0 | 10010 | 1011010 | 11001 | 110000 | 1010010 | 101001 |
Color Harmonies of #C09D13
Complementary color
Monochromatic Colors of #C09D13
Black with #C09D13
Text Example
Text Example
White with #C09D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D13; }
p { color: rgb(192,157,19); }
H1.HeaderClassName
{
color: #C09D13;
}
.AnyTagClassName
{
color: #C09D13;
}
</style>
background-color css
<style>
a { background-color: #C09D13; }
a { background-color: rgb(192,157,19); }
div.DivClassName
{
background-color: #C09D13;
}
.BgClassName
{
background-color: #C09D13;
}
</style>
border-color css
<style>
span { border-color: #C09D13; }
span { border-color: rgb(192,157,19); }
td.TdClassName
{
border-color: #C09D13;
}
.TagClassName
{
border-color: #C09D13;
}
</style>