Shades of Buddha Gold #C7990F
Tints of Buddha Gold #C7990F
RGB
CMYK
RGB Variations
Color information
#C7990F (or 0xC7990F) is known color: Buddha Gold. HEX triplet: C7, 99 and 0F. RGB value is (199,153,15). Sum of RGB (Red+Green+Blue) = 199+153+15=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7990F is #3866F0. Grayscale: #979797. Windows color (decimal): -3696369 or 1022407. OLE color: 1022407.
HSL color Cylindrical-coordinate representation of color #C7990F: hue angle of 45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7990F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 15 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.22 |
| HSL | 45º | 0.86% | 0.42% | - |
| HSV(B) | 45º | 0.92% | 0.78% | - |
| XYZ | 35.03 | 34.96 | 5.35 | - |
| YUV | 151.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 15 | 0 | 0.23 | 0.92 | 0.22 | 45 | 0.86 | 0.42 |
| Hex | C7 | 99 | F | 0 | 17 | 5C | 16 | 2D | 56 | 2A |
| Octal | 307 | 231 | 17 | 0 | 27 | 134 | 26 | 55 | 126 | 52 |
| Binary | 11000111 | 10011001 | 1111 | 0 | 10111 | 1011100 | 10110 | 101101 | 1010110 | 101010 |
Color Harmonies of #C7990F
Complementary color
Monochromatic Colors of #C7990F
Black with #C7990F
Text Example
Text Example
White with #C7990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7990F; }
p { color: rgb(199,153,15); }
H1.HeaderClassName
{
color: #C7990F;
}
.AnyTagClassName
{
color: #C7990F;
}
</style>
background-color css
<style>
a { background-color: #C7990F; }
a { background-color: rgb(199,153,15); }
div.DivClassName
{
background-color: #C7990F;
}
.BgClassName
{
background-color: #C7990F;
}
</style>
border-color css
<style>
span { border-color: #C7990F; }
span { border-color: rgb(199,153,15); }
td.TdClassName
{
border-color: #C7990F;
}
.TagClassName
{
border-color: #C7990F;
}
</style>