Shades of Buddha Gold #C7A90C
Tints of Buddha Gold #C7A90C
RGB
CMYK
RGB Variations
Color information
#C7A90C (or 0xC7A90C) is known color: Buddha Gold. HEX triplet: C7, A9 and 0C. RGB value is (199,169,12). Sum of RGB (Red+Green+Blue) = 199+169+12=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A90C is #3856F3. Grayscale: #A0A0A0. Windows color (decimal): -3692276 or 829895. OLE color: 829895.
HSL color Cylindrical-coordinate representation of color #C7A90C: hue angle of 50.37º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7A90C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.22 |
| HSL | 50.37º | 0.89% | 0.41% | - |
| HSV(B) | 50.37º | 0.94% | 0.78% | - |
| XYZ | 37.81 | 40.54 | 6.18 | - |
| YUV | 160.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 12 | 0 | 0.15 | 0.94 | 0.22 | 50.37 | 0.89 | 0.41 |
| Hex | C7 | A9 | C | 0 | F | 5E | 16 | 32 | 59 | 29 |
| Octal | 307 | 251 | 14 | 0 | 17 | 136 | 26 | 62 | 131 | 51 |
| Binary | 11000111 | 10101001 | 1100 | 0 | 1111 | 1011110 | 10110 | 110010 | 1011001 | 101001 |
Color Harmonies of #C7A90C
Complementary color
Monochromatic Colors of #C7A90C
Black with #C7A90C
Text Example
Text Example
White with #C7A90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A90C; }
p { color: rgb(199,169,12); }
H1.HeaderClassName
{
color: #C7A90C;
}
.AnyTagClassName
{
color: #C7A90C;
}
</style>
background-color css
<style>
a { background-color: #C7A90C; }
a { background-color: rgb(199,169,12); }
div.DivClassName
{
background-color: #C7A90C;
}
.BgClassName
{
background-color: #C7A90C;
}
</style>
border-color css
<style>
span { border-color: #C7A90C; }
span { border-color: rgb(199,169,12); }
td.TdClassName
{
border-color: #C7A90C;
}
.TagClassName
{
border-color: #C7A90C;
}
</style>