Shades of Buddha Gold #C7A90F
Tints of Buddha Gold #C7A90F
RGB
CMYK
RGB Variations
Color information
#C7A90F (or 0xC7A90F) is known color: Buddha Gold. HEX triplet: C7, A9 and 0F. RGB value is (199,169,15). Sum of RGB (Red+Green+Blue) = 199+169+15=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A90F is #3856F0. Grayscale: #A1A1A1. Windows color (decimal): -3692273 or 1026503. OLE color: 1026503.
HSL color Cylindrical-coordinate representation of color #C7A90F: hue angle of 50.22º 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 #C7A90F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 15 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.22 |
| HSL | 50.22º | 0.86% | 0.42% | - |
| HSV(B) | 50.22º | 0.92% | 0.78% | - |
| XYZ | 37.83 | 40.55 | 6.29 | - |
| YUV | 160.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 15 | 0 | 0.15 | 0.92 | 0.22 | 50.22 | 0.86 | 0.42 |
| Hex | C7 | A9 | F | 0 | F | 5C | 16 | 32 | 56 | 2A |
| Octal | 307 | 251 | 17 | 0 | 17 | 134 | 26 | 62 | 126 | 52 |
| Binary | 11000111 | 10101001 | 1111 | 0 | 1111 | 1011100 | 10110 | 110010 | 1010110 | 101010 |
Color Harmonies of #C7A90F
Complementary color
Monochromatic Colors of #C7A90F
Black with #C7A90F
Text Example
Text Example
White with #C7A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A90F; }
p { color: rgb(199,169,15); }
H1.HeaderClassName
{
color: #C7A90F;
}
.AnyTagClassName
{
color: #C7A90F;
}
</style>
background-color css
<style>
a { background-color: #C7A90F; }
a { background-color: rgb(199,169,15); }
div.DivClassName
{
background-color: #C7A90F;
}
.BgClassName
{
background-color: #C7A90F;
}
</style>
border-color css
<style>
span { border-color: #C7A90F; }
span { border-color: rgb(199,169,15); }
td.TdClassName
{
border-color: #C7A90F;
}
.TagClassName
{
border-color: #C7A90F;
}
</style>