Shades of Buddha Gold #C7A31B
Tints of Buddha Gold #C7A31B
RGB
CMYK
RGB Variations
Color information
#C7A31B (or 0xC7A31B) is known color: Buddha Gold. HEX triplet: C7, A3 and 1B. RGB value is (199,163,27). Sum of RGB (Red+Green+Blue) = 199+163+27=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A31B is #385CE4. Grayscale: #9E9E9E. Windows color (decimal): -3693797 or 1811399. OLE color: 1811399.
HSL color Cylindrical-coordinate representation of color #C7A31B: hue angle of 47.44º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7A31B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.22 |
| HSL | 47.44º | 0.76% | 0.44% | - |
| HSV(B) | 47.44º | 0.86% | 0.78% | - |
| XYZ | 36.85 | 38.42 | 6.51 | - |
| YUV | 158.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 27 | 0 | 0.18 | 0.86 | 0.22 | 47.44 | 0.76 | 0.44 |
| Hex | C7 | A3 | 1B | 0 | 12 | 56 | 16 | 2F | 4C | 2C |
| Octal | 307 | 243 | 33 | 0 | 22 | 126 | 26 | 57 | 114 | 54 |
| Binary | 11000111 | 10100011 | 11011 | 0 | 10010 | 1010110 | 10110 | 101111 | 1001100 | 101100 |
Color Harmonies of #C7A31B
Complementary color
Monochromatic Colors of #C7A31B
Black with #C7A31B
Text Example
Text Example
White with #C7A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A31B; }
p { color: rgb(199,163,27); }
H1.HeaderClassName
{
color: #C7A31B;
}
.AnyTagClassName
{
color: #C7A31B;
}
</style>
background-color css
<style>
a { background-color: #C7A31B; }
a { background-color: rgb(199,163,27); }
div.DivClassName
{
background-color: #C7A31B;
}
.BgClassName
{
background-color: #C7A31B;
}
</style>
border-color css
<style>
span { border-color: #C7A31B; }
span { border-color: rgb(199,163,27); }
td.TdClassName
{
border-color: #C7A31B;
}
.TagClassName
{
border-color: #C7A31B;
}
</style>