Shades of Buddha Gold #C7AA12
Tints of Buddha Gold #C7AA12
RGB
CMYK
RGB Variations
Color information
#C7AA12 (or 0xC7AA12) is known color: Buddha Gold. HEX triplet: C7, AA and 12. RGB value is (199,170,18). Sum of RGB (Red+Green+Blue) = 199+170+18=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA12 is #3855ED. Grayscale: #A1A1A1. Windows color (decimal): -3692014 or 1223367. OLE color: 1223367.
HSL color Cylindrical-coordinate representation of color #C7AA12: hue angle of 50.39º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7AA12 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 18 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.22 |
| HSL | 50.39º | 0.83% | 0.43% | - |
| HSV(B) | 50.39º | 0.91% | 0.78% | - |
| XYZ | 38.04 | 40.94 | 6.47 | - |
| YUV | 161.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 18 | 0 | 0.15 | 0.91 | 0.22 | 50.39 | 0.83 | 0.43 |
| Hex | C7 | AA | 12 | 0 | F | 5B | 16 | 32 | 53 | 2B |
| Octal | 307 | 252 | 22 | 0 | 17 | 133 | 26 | 62 | 123 | 53 |
| Binary | 11000111 | 10101010 | 10010 | 0 | 1111 | 1011011 | 10110 | 110010 | 1010011 | 101011 |
Color Harmonies of #C7AA12
Complementary color
Monochromatic Colors of #C7AA12
Black with #C7AA12
Text Example
Text Example
White with #C7AA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA12; }
p { color: rgb(199,170,18); }
H1.HeaderClassName
{
color: #C7AA12;
}
.AnyTagClassName
{
color: #C7AA12;
}
</style>
background-color css
<style>
a { background-color: #C7AA12; }
a { background-color: rgb(199,170,18); }
div.DivClassName
{
background-color: #C7AA12;
}
.BgClassName
{
background-color: #C7AA12;
}
</style>
border-color css
<style>
span { border-color: #C7AA12; }
span { border-color: rgb(199,170,18); }
td.TdClassName
{
border-color: #C7AA12;
}
.TagClassName
{
border-color: #C7AA12;
}
</style>