Shades of Buddha Gold #C7961D
Tints of Buddha Gold #C7961D
RGB
CMYK
RGB Variations
Color information
#C7961D (or 0xC7961D) is known color: Buddha Gold. HEX triplet: C7, 96 and 1D. RGB value is (199,150,29). Sum of RGB (Red+Green+Blue) = 199+150+29=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7961D is #3869E2. Grayscale: #979797. Windows color (decimal): -3697123 or 1939143. OLE color: 1939143.
HSL color Cylindrical-coordinate representation of color #C7961D: hue angle of 42.71º degrees, saturation: 0.75, 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 #C7961D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.22 |
| HSL | 42.71º | 0.75% | 0.45% | - |
| HSV(B) | 42.71º | 0.85% | 0.78% | - |
| XYZ | 34.68 | 34.04 | 5.91 | - |
| YUV | 150.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 29 | 0 | 0.25 | 0.85 | 0.22 | 42.71 | 0.75 | 0.45 |
| Hex | C7 | 96 | 1D | 0 | 19 | 55 | 16 | 2B | 4B | 2D |
| Octal | 307 | 226 | 35 | 0 | 31 | 125 | 26 | 53 | 113 | 55 |
| Binary | 11000111 | 10010110 | 11101 | 0 | 11001 | 1010101 | 10110 | 101011 | 1001011 | 101101 |
Color Harmonies of #C7961D
Complementary color
Monochromatic Colors of #C7961D
Black with #C7961D
Text Example
Text Example
White with #C7961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7961D; }
p { color: rgb(199,150,29); }
H1.HeaderClassName
{
color: #C7961D;
}
.AnyTagClassName
{
color: #C7961D;
}
</style>
background-color css
<style>
a { background-color: #C7961D; }
a { background-color: rgb(199,150,29); }
div.DivClassName
{
background-color: #C7961D;
}
.BgClassName
{
background-color: #C7961D;
}
</style>
border-color css
<style>
span { border-color: #C7961D; }
span { border-color: rgb(199,150,29); }
td.TdClassName
{
border-color: #C7961D;
}
.TagClassName
{
border-color: #C7961D;
}
</style>