Shades of Buddha Gold #C7AA07
Tints of Buddha Gold #C7AA07
RGB
CMYK
RGB Variations
Color information
#C7AA07 (or 0xC7AA07) is known color: Buddha Gold. HEX triplet: C7, AA and 07. RGB value is (199,170,7). Sum of RGB (Red+Green+Blue) = 199+170+7=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA07 is #3855F8. Grayscale: #A0A0A0. Windows color (decimal): -3692025 or 502471. OLE color: 502471.
HSL color Cylindrical-coordinate representation of color #C7AA07: hue angle of 50.94º 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 #C7AA07 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.22 |
| HSL | 50.94º | 0.93% | 0.4% | - |
| HSV(B) | 50.94º | 0.96% | 0.78% | - |
| XYZ | 37.97 | 40.91 | 6.1 | - |
| YUV | 160.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 7 | 0 | 0.15 | 0.96 | 0.22 | 50.94 | 0.93 | 0.4 |
| Hex | C7 | AA | 7 | 0 | F | 60 | 16 | 33 | 5D | 28 |
| Octal | 307 | 252 | 7 | 0 | 17 | 140 | 26 | 63 | 135 | 50 |
| Binary | 11000111 | 10101010 | 111 | 0 | 1111 | 1100000 | 10110 | 110011 | 1011101 | 101000 |
Color Harmonies of #C7AA07
Complementary color
Monochromatic Colors of #C7AA07
Black with #C7AA07
Text Example
Text Example
White with #C7AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA07; }
p { color: rgb(199,170,7); }
H1.HeaderClassName
{
color: #C7AA07;
}
.AnyTagClassName
{
color: #C7AA07;
}
</style>
background-color css
<style>
a { background-color: #C7AA07; }
a { background-color: rgb(199,170,7); }
div.DivClassName
{
background-color: #C7AA07;
}
.BgClassName
{
background-color: #C7AA07;
}
</style>
border-color css
<style>
span { border-color: #C7AA07; }
span { border-color: rgb(199,170,7); }
td.TdClassName
{
border-color: #C7AA07;
}
.TagClassName
{
border-color: #C7AA07;
}
</style>