Shades of Buddha Gold #C7981E
Tints of Buddha Gold #C7981E
RGB
CMYK
RGB Variations
Color information
#C7981E (or 0xC7981E) is known color: Buddha Gold. HEX triplet: C7, 98 and 1E. RGB value is (199,152,30). Sum of RGB (Red+Green+Blue) = 199+152+30=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7981E is #3867E1. Grayscale: #989898. Windows color (decimal): -3696610 or 2005191. OLE color: 2005191.
HSL color Cylindrical-coordinate representation of color #C7981E: hue angle of 43.31º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7981E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 30 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.22 |
| HSL | 43.31º | 0.74% | 0.45% | - |
| HSV(B) | 43.31º | 0.85% | 0.78% | - |
| XYZ | 35.02 | 34.69 | 6.08 | - |
| YUV | 152.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 30 | 0 | 0.24 | 0.85 | 0.22 | 43.31 | 0.74 | 0.45 |
| Hex | C7 | 98 | 1E | 0 | 18 | 55 | 16 | 2B | 4A | 2D |
| Octal | 307 | 230 | 36 | 0 | 30 | 125 | 26 | 53 | 112 | 55 |
| Binary | 11000111 | 10011000 | 11110 | 0 | 11000 | 1010101 | 10110 | 101011 | 1001010 | 101101 |
Color Harmonies of #C7981E
Complementary color
Monochromatic Colors of #C7981E
Black with #C7981E
Text Example
Text Example
White with #C7981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7981E; }
p { color: rgb(199,152,30); }
H1.HeaderClassName
{
color: #C7981E;
}
.AnyTagClassName
{
color: #C7981E;
}
</style>
background-color css
<style>
a { background-color: #C7981E; }
a { background-color: rgb(199,152,30); }
div.DivClassName
{
background-color: #C7981E;
}
.BgClassName
{
background-color: #C7981E;
}
</style>
border-color css
<style>
span { border-color: #C7981E; }
span { border-color: rgb(199,152,30); }
td.TdClassName
{
border-color: #C7981E;
}
.TagClassName
{
border-color: #C7981E;
}
</style>