Shades of Buddha Gold #C7950D
Tints of Buddha Gold #C7950D
RGB
CMYK
RGB Variations
Color information
#C7950D (or 0xC7950D) is known color: Buddha Gold. HEX triplet: C7, 95 and 0D. RGB value is (199,149,13). Sum of RGB (Red+Green+Blue) = 199+149+13=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7950D is #386AF2. Grayscale: #959595. Windows color (decimal): -3697395 or 890311. OLE color: 890311.
HSL color Cylindrical-coordinate representation of color #C7950D: hue angle of 43.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7950D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 13 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.22 |
| HSL | 43.87º | 0.88% | 0.42% | - |
| HSV(B) | 43.87º | 0.93% | 0.78% | - |
| XYZ | 34.37 | 33.67 | 5.07 | - |
| YUV | 148.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 13 | 0 | 0.25 | 0.93 | 0.22 | 43.87 | 0.88 | 0.42 |
| Hex | C7 | 95 | D | 0 | 19 | 5D | 16 | 2C | 58 | 2A |
| Octal | 307 | 225 | 15 | 0 | 31 | 135 | 26 | 54 | 130 | 52 |
| Binary | 11000111 | 10010101 | 1101 | 0 | 11001 | 1011101 | 10110 | 101100 | 1011000 | 101010 |
Color Harmonies of #C7950D
Complementary color
Monochromatic Colors of #C7950D
Black with #C7950D
Text Example
Text Example
White with #C7950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7950D; }
p { color: rgb(199,149,13); }
H1.HeaderClassName
{
color: #C7950D;
}
.AnyTagClassName
{
color: #C7950D;
}
</style>
background-color css
<style>
a { background-color: #C7950D; }
a { background-color: rgb(199,149,13); }
div.DivClassName
{
background-color: #C7950D;
}
.BgClassName
{
background-color: #C7950D;
}
</style>
border-color css
<style>
span { border-color: #C7950D; }
span { border-color: rgb(199,149,13); }
td.TdClassName
{
border-color: #C7950D;
}
.TagClassName
{
border-color: #C7950D;
}
</style>