Shades of Buddha Gold #C7AA10
Tints of Buddha Gold #C7AA10
RGB
CMYK
RGB Variations
Color information
#C7AA10 (or 0xC7AA10) is known color: Buddha Gold. HEX triplet: C7, AA and 10. RGB value is (199,170,16). Sum of RGB (Red+Green+Blue) = 199+170+16=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA10 is #3855EF. Grayscale: #A1A1A1. Windows color (decimal): -3692016 or 1092295. OLE color: 1092295.
HSL color Cylindrical-coordinate representation of color #C7AA10: hue angle of 50.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7AA10 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.22 |
| HSL | 50.49º | 0.85% | 0.42% | - |
| HSV(B) | 50.49º | 0.92% | 0.78% | - |
| XYZ | 38.02 | 40.93 | 6.39 | - |
| YUV | 161.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 16 | 0 | 0.15 | 0.92 | 0.22 | 50.49 | 0.85 | 0.42 |
| Hex | C7 | AA | 10 | 0 | F | 5C | 16 | 32 | 55 | 2A |
| Octal | 307 | 252 | 20 | 0 | 17 | 134 | 26 | 62 | 125 | 52 |
| Binary | 11000111 | 10101010 | 10000 | 0 | 1111 | 1011100 | 10110 | 110010 | 1010101 | 101010 |
Color Harmonies of #C7AA10
Complementary color
Monochromatic Colors of #C7AA10
Black with #C7AA10
Text Example
Text Example
White with #C7AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA10; }
p { color: rgb(199,170,16); }
H1.HeaderClassName
{
color: #C7AA10;
}
.AnyTagClassName
{
color: #C7AA10;
}
</style>
background-color css
<style>
a { background-color: #C7AA10; }
a { background-color: rgb(199,170,16); }
div.DivClassName
{
background-color: #C7AA10;
}
.BgClassName
{
background-color: #C7AA10;
}
</style>
border-color css
<style>
span { border-color: #C7AA10; }
span { border-color: rgb(199,170,16); }
td.TdClassName
{
border-color: #C7AA10;
}
.TagClassName
{
border-color: #C7AA10;
}
</style>