Shades of Buddha Gold #C0981D
Tints of Buddha Gold #C0981D
RGB
CMYK
RGB Variations
Color information
#C0981D (or 0xC0981D) is known color: Buddha Gold. HEX triplet: C0, 98 and 1D. RGB value is (192,152,29). Sum of RGB (Red+Green+Blue) = 192+152+29=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0981D is #3F67E2. Grayscale: #969696. Windows color (decimal): -4155363 or 1939648. OLE color: 1939648.
HSL color Cylindrical-coordinate representation of color #C0981D: hue angle of 45.28º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0981D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 29 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.25 |
| HSL | 45.28º | 0.74% | 0.43% | - |
| HSV(B) | 45.28º | 0.85% | 0.75% | - |
| XYZ | 33.19 | 33.75 | 5.93 | - |
| YUV | 149.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 29 | 0 | 0.21 | 0.85 | 0.25 | 45.28 | 0.74 | 0.43 |
| Hex | C0 | 98 | 1D | 0 | 15 | 55 | 19 | 2D | 4A | 2B |
| Octal | 300 | 230 | 35 | 0 | 25 | 125 | 31 | 55 | 112 | 53 |
| Binary | 11000000 | 10011000 | 11101 | 0 | 10101 | 1010101 | 11001 | 101101 | 1001010 | 101011 |
Color Harmonies of #C0981D
Complementary color
Monochromatic Colors of #C0981D
Black with #C0981D
Text Example
Text Example
White with #C0981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0981D; }
p { color: rgb(192,152,29); }
H1.HeaderClassName
{
color: #C0981D;
}
.AnyTagClassName
{
color: #C0981D;
}
</style>
background-color css
<style>
a { background-color: #C0981D; }
a { background-color: rgb(192,152,29); }
div.DivClassName
{
background-color: #C0981D;
}
.BgClassName
{
background-color: #C0981D;
}
</style>
border-color css
<style>
span { border-color: #C0981D; }
span { border-color: rgb(192,152,29); }
td.TdClassName
{
border-color: #C0981D;
}
.TagClassName
{
border-color: #C0981D;
}
</style>