Shades of Buddha Gold #C0980D
Tints of Buddha Gold #C0980D
RGB
CMYK
RGB Variations
Color information
#C0980D (or 0xC0980D) is known color: Buddha Gold. HEX triplet: C0, 98 and 0D. RGB value is (192,152,13). Sum of RGB (Red+Green+Blue) = 192+152+13=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0980D is #3F67F2. Grayscale: #949494. Windows color (decimal): -4155379 or 891072. OLE color: 891072.
HSL color Cylindrical-coordinate representation of color #C0980D: hue angle of 46.59º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0980D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.25 |
| HSL | 46.59º | 0.87% | 0.4% | - |
| HSV(B) | 46.59º | 0.93% | 0.75% | - |
| XYZ | 33.04 | 33.69 | 5.14 | - |
| YUV | 148.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 13 | 0 | 0.21 | 0.93 | 0.25 | 46.59 | 0.87 | 0.4 |
| Hex | C0 | 98 | D | 0 | 15 | 5D | 19 | 2F | 57 | 28 |
| Octal | 300 | 230 | 15 | 0 | 25 | 135 | 31 | 57 | 127 | 50 |
| Binary | 11000000 | 10011000 | 1101 | 0 | 10101 | 1011101 | 11001 | 101111 | 1010111 | 101000 |
Color Harmonies of #C0980D
Complementary color
Monochromatic Colors of #C0980D
Black with #C0980D
Text Example
Text Example
White with #C0980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0980D; }
p { color: rgb(192,152,13); }
H1.HeaderClassName
{
color: #C0980D;
}
.AnyTagClassName
{
color: #C0980D;
}
</style>
background-color css
<style>
a { background-color: #C0980D; }
a { background-color: rgb(192,152,13); }
div.DivClassName
{
background-color: #C0980D;
}
.BgClassName
{
background-color: #C0980D;
}
</style>
border-color css
<style>
span { border-color: #C0980D; }
span { border-color: rgb(192,152,13); }
td.TdClassName
{
border-color: #C0980D;
}
.TagClassName
{
border-color: #C0980D;
}
</style>