Shades of Buddha Gold #C0981E
Tints of Buddha Gold #C0981E
RGB
CMYK
RGB Variations
Color information
#C0981E (or 0xC0981E) is known color: Buddha Gold. HEX triplet: C0, 98 and 1E. RGB value is (192,152,30). Sum of RGB (Red+Green+Blue) = 192+152+30=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0981E is #3F67E1. Grayscale: #969696. Windows color (decimal): -4155362 or 2005184. OLE color: 2005184.
HSL color Cylindrical-coordinate representation of color #C0981E: hue angle of 45.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0981E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 30 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.25 |
| HSL | 45.19º | 0.73% | 0.44% | - |
| HSV(B) | 45.19º | 0.84% | 0.75% | - |
| XYZ | 33.2 | 33.76 | 5.99 | - |
| YUV | 150.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 30 | 0 | 0.21 | 0.84 | 0.25 | 45.19 | 0.73 | 0.44 |
| Hex | C0 | 98 | 1E | 0 | 15 | 54 | 19 | 2D | 49 | 2C |
| Octal | 300 | 230 | 36 | 0 | 25 | 124 | 31 | 55 | 111 | 54 |
| Binary | 11000000 | 10011000 | 11110 | 0 | 10101 | 1010100 | 11001 | 101101 | 1001001 | 101100 |
Color Harmonies of #C0981E
Complementary color
Monochromatic Colors of #C0981E
Black with #C0981E
Text Example
Text Example
White with #C0981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0981E; }
p { color: rgb(192,152,30); }
H1.HeaderClassName
{
color: #C0981E;
}
.AnyTagClassName
{
color: #C0981E;
}
</style>
background-color css
<style>
a { background-color: #C0981E; }
a { background-color: rgb(192,152,30); }
div.DivClassName
{
background-color: #C0981E;
}
.BgClassName
{
background-color: #C0981E;
}
</style>
border-color css
<style>
span { border-color: #C0981E; }
span { border-color: rgb(192,152,30); }
td.TdClassName
{
border-color: #C0981E;
}
.TagClassName
{
border-color: #C0981E;
}
</style>