Shades of Buddha Gold #C7961E
Tints of Buddha Gold #C7961E
RGB
CMYK
RGB Variations
Color information
#C7961E (or 0xC7961E) is known color: Buddha Gold. HEX triplet: C7, 96 and 1E. RGB value is (199,150,30). Sum of RGB (Red+Green+Blue) = 199+150+30=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7961E is #3869E1. Grayscale: #979797. Windows color (decimal): -3697122 or 2004679. OLE color: 2004679.
HSL color Cylindrical-coordinate representation of color #C7961E: hue angle of 42.6º 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 #C7961E is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 30 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.22 |
| HSL | 42.6º | 0.74% | 0.45% | - |
| HSV(B) | 42.6º | 0.85% | 0.78% | - |
| XYZ | 34.69 | 34.05 | 5.97 | - |
| YUV | 150.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 30 | 0 | 0.25 | 0.85 | 0.22 | 42.6 | 0.74 | 0.45 |
| Hex | C7 | 96 | 1E | 0 | 19 | 55 | 16 | 2B | 4A | 2D |
| Octal | 307 | 226 | 36 | 0 | 31 | 125 | 26 | 53 | 112 | 55 |
| Binary | 11000111 | 10010110 | 11110 | 0 | 11001 | 1010101 | 10110 | 101011 | 1001010 | 101101 |
Color Harmonies of #C7961E
Complementary color
Monochromatic Colors of #C7961E
Black with #C7961E
Text Example
Text Example
White with #C7961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7961E; }
p { color: rgb(199,150,30); }
H1.HeaderClassName
{
color: #C7961E;
}
.AnyTagClassName
{
color: #C7961E;
}
</style>
background-color css
<style>
a { background-color: #C7961E; }
a { background-color: rgb(199,150,30); }
div.DivClassName
{
background-color: #C7961E;
}
.BgClassName
{
background-color: #C7961E;
}
</style>
border-color css
<style>
span { border-color: #C7961E; }
span { border-color: rgb(199,150,30); }
td.TdClassName
{
border-color: #C7961E;
}
.TagClassName
{
border-color: #C7961E;
}
</style>