Shades of Buddha Gold #C7A712
Tints of Buddha Gold #C7A712
RGB
CMYK
RGB Variations
Color information
#C7A712 (or 0xC7A712) is known color: Buddha Gold. HEX triplet: C7, A7 and 12. RGB value is (199,167,18). Sum of RGB (Red+Green+Blue) = 199+167+18=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A712 is #3858ED. Grayscale: #A0A0A0. Windows color (decimal): -3692782 or 1222599. OLE color: 1222599.
HSL color Cylindrical-coordinate representation of color #C7A712: hue angle of 49.39º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7A712 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 18 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.22 |
| HSL | 49.39º | 0.83% | 0.43% | - |
| HSV(B) | 49.39º | 0.91% | 0.78% | - |
| XYZ | 37.48 | 39.82 | 6.28 | - |
| YUV | 159.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 18 | 0 | 0.16 | 0.91 | 0.22 | 49.39 | 0.83 | 0.43 |
| Hex | C7 | A7 | 12 | 0 | 10 | 5B | 16 | 31 | 53 | 2B |
| Octal | 307 | 247 | 22 | 0 | 20 | 133 | 26 | 61 | 123 | 53 |
| Binary | 11000111 | 10100111 | 10010 | 0 | 10000 | 1011011 | 10110 | 110001 | 1010011 | 101011 |
Color Harmonies of #C7A712
Complementary color
Monochromatic Colors of #C7A712
Black with #C7A712
Text Example
Text Example
White with #C7A712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A712; }
p { color: rgb(199,167,18); }
H1.HeaderClassName
{
color: #C7A712;
}
.AnyTagClassName
{
color: #C7A712;
}
</style>
background-color css
<style>
a { background-color: #C7A712; }
a { background-color: rgb(199,167,18); }
div.DivClassName
{
background-color: #C7A712;
}
.BgClassName
{
background-color: #C7A712;
}
</style>
border-color css
<style>
span { border-color: #C7A712; }
span { border-color: rgb(199,167,18); }
td.TdClassName
{
border-color: #C7A712;
}
.TagClassName
{
border-color: #C7A712;
}
</style>