Shades of Buddha Gold #C7A507
Tints of Buddha Gold #C7A507
RGB
CMYK
RGB Variations
Color information
#C7A507 (or 0xC7A507) is known color: Buddha Gold. HEX triplet: C7, A5 and 07. RGB value is (199,165,7). Sum of RGB (Red+Green+Blue) = 199+165+7=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A507 is #385AF8. Grayscale: #9D9D9D. Windows color (decimal): -3693305 or 501191. OLE color: 501191.
HSL color Cylindrical-coordinate representation of color #C7A507: hue angle of 49.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7A507 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.22 |
| HSL | 49.38º | 0.93% | 0.4% | - |
| HSV(B) | 49.38º | 0.96% | 0.78% | - |
| XYZ | 37.05 | 39.07 | 5.79 | - |
| YUV | 157.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 7 | 0 | 0.17 | 0.96 | 0.22 | 49.38 | 0.93 | 0.4 |
| Hex | C7 | A5 | 7 | 0 | 11 | 60 | 16 | 31 | 5D | 28 |
| Octal | 307 | 245 | 7 | 0 | 21 | 140 | 26 | 61 | 135 | 50 |
| Binary | 11000111 | 10100101 | 111 | 0 | 10001 | 1100000 | 10110 | 110001 | 1011101 | 101000 |
Color Harmonies of #C7A507
Complementary color
Monochromatic Colors of #C7A507
Black with #C7A507
Text Example
Text Example
White with #C7A507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A507; }
p { color: rgb(199,165,7); }
H1.HeaderClassName
{
color: #C7A507;
}
.AnyTagClassName
{
color: #C7A507;
}
</style>
background-color css
<style>
a { background-color: #C7A507; }
a { background-color: rgb(199,165,7); }
div.DivClassName
{
background-color: #C7A507;
}
.BgClassName
{
background-color: #C7A507;
}
</style>
border-color css
<style>
span { border-color: #C7A507; }
span { border-color: rgb(199,165,7); }
td.TdClassName
{
border-color: #C7A507;
}
.TagClassName
{
border-color: #C7A507;
}
</style>