Shades of Buddha Gold #C7AA11
Tints of Buddha Gold #C7AA11
RGB
CMYK
RGB Variations
Color information
#C7AA11 (or 0xC7AA11) is known color: Buddha Gold. HEX triplet: C7, AA and 11. RGB value is (199,170,17). Sum of RGB (Red+Green+Blue) = 199+170+17=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA11 is #3855EE. Grayscale: #A1A1A1. Windows color (decimal): -3692015 or 1157831. OLE color: 1157831.
HSL color Cylindrical-coordinate representation of color #C7AA11: hue angle of 50.44º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7AA11 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 17 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.22 |
| HSL | 50.44º | 0.84% | 0.42% | - |
| HSV(B) | 50.44º | 0.91% | 0.78% | - |
| XYZ | 38.03 | 40.93 | 6.43 | - |
| YUV | 161.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 17 | 0 | 0.15 | 0.91 | 0.22 | 50.44 | 0.84 | 0.42 |
| Hex | C7 | AA | 11 | 0 | F | 5B | 16 | 32 | 54 | 2A |
| Octal | 307 | 252 | 21 | 0 | 17 | 133 | 26 | 62 | 124 | 52 |
| Binary | 11000111 | 10101010 | 10001 | 0 | 1111 | 1011011 | 10110 | 110010 | 1010100 | 101010 |
Color Harmonies of #C7AA11
Complementary color
Monochromatic Colors of #C7AA11
Black with #C7AA11
Text Example
Text Example
White with #C7AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA11; }
p { color: rgb(199,170,17); }
H1.HeaderClassName
{
color: #C7AA11;
}
.AnyTagClassName
{
color: #C7AA11;
}
</style>
background-color css
<style>
a { background-color: #C7AA11; }
a { background-color: rgb(199,170,17); }
div.DivClassName
{
background-color: #C7AA11;
}
.BgClassName
{
background-color: #C7AA11;
}
</style>
border-color css
<style>
span { border-color: #C7AA11; }
span { border-color: rgb(199,170,17); }
td.TdClassName
{
border-color: #C7AA11;
}
.TagClassName
{
border-color: #C7AA11;
}
</style>