Shades of Buddha Gold #C7A305
Tints of Buddha Gold #C7A305
RGB
CMYK
RGB Variations
Color information
#C7A305 (or 0xC7A305) is known color: Buddha Gold. HEX triplet: C7, A3 and 05. RGB value is (199,163,5). Sum of RGB (Red+Green+Blue) = 199+163+5=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A305 is #385CFA. Grayscale: #9C9C9C. Windows color (decimal): -3693819 or 369607. OLE color: 369607.
HSL color Cylindrical-coordinate representation of color #C7A305: hue angle of 48.87º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7A305 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.22 |
| HSL | 48.87º | 0.95% | 0.4% | - |
| HSV(B) | 48.87º | 0.97% | 0.78% | - |
| XYZ | 36.68 | 38.35 | 5.61 | - |
| YUV | 155.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 5 | 0 | 0.18 | 0.97 | 0.22 | 48.87 | 0.95 | 0.4 |
| Hex | C7 | A3 | 5 | 0 | 12 | 61 | 16 | 31 | 5F | 28 |
| Octal | 307 | 243 | 5 | 0 | 22 | 141 | 26 | 61 | 137 | 50 |
| Binary | 11000111 | 10100011 | 101 | 0 | 10010 | 1100001 | 10110 | 110001 | 1011111 | 101000 |
Color Harmonies of #C7A305
Complementary color
Monochromatic Colors of #C7A305
Black with #C7A305
Text Example
Text Example
White with #C7A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A305; }
p { color: rgb(199,163,5); }
H1.HeaderClassName
{
color: #C7A305;
}
.AnyTagClassName
{
color: #C7A305;
}
</style>
background-color css
<style>
a { background-color: #C7A305; }
a { background-color: rgb(199,163,5); }
div.DivClassName
{
background-color: #C7A305;
}
.BgClassName
{
background-color: #C7A305;
}
</style>
border-color css
<style>
span { border-color: #C7A305; }
span { border-color: rgb(199,163,5); }
td.TdClassName
{
border-color: #C7A305;
}
.TagClassName
{
border-color: #C7A305;
}
</style>