Shades of Buddha Gold #C7A60A
Tints of Buddha Gold #C7A60A
RGB
CMYK
RGB Variations
Color information
#C7A60A (or 0xC7A60A) is known color: Buddha Gold. HEX triplet: C7, A6 and 0A. RGB value is (199,166,10). Sum of RGB (Red+Green+Blue) = 199+166+10=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A60A is #3859F5. Grayscale: #9E9E9E. Windows color (decimal): -3693046 or 698055. OLE color: 698055.
HSL color Cylindrical-coordinate representation of color #C7A60A: hue angle of 49.52º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7A60A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.22 |
| HSL | 49.52º | 0.9% | 0.41% | - |
| HSV(B) | 49.52º | 0.95% | 0.78% | - |
| XYZ | 37.24 | 39.44 | 5.94 | - |
| YUV | 158.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 10 | 0 | 0.17 | 0.95 | 0.22 | 49.52 | 0.9 | 0.41 |
| Hex | C7 | A6 | A | 0 | 11 | 5F | 16 | 32 | 5A | 29 |
| Octal | 307 | 246 | 12 | 0 | 21 | 137 | 26 | 62 | 132 | 51 |
| Binary | 11000111 | 10100110 | 1010 | 0 | 10001 | 1011111 | 10110 | 110010 | 1011010 | 101001 |
Color Harmonies of #C7A60A
Complementary color
Monochromatic Colors of #C7A60A
Black with #C7A60A
Text Example
Text Example
White with #C7A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A60A; }
p { color: rgb(199,166,10); }
H1.HeaderClassName
{
color: #C7A60A;
}
.AnyTagClassName
{
color: #C7A60A;
}
</style>
background-color css
<style>
a { background-color: #C7A60A; }
a { background-color: rgb(199,166,10); }
div.DivClassName
{
background-color: #C7A60A;
}
.BgClassName
{
background-color: #C7A60A;
}
</style>
border-color css
<style>
span { border-color: #C7A60A; }
span { border-color: rgb(199,166,10); }
td.TdClassName
{
border-color: #C7A60A;
}
.TagClassName
{
border-color: #C7A60A;
}
</style>