Shades of Buddha Gold #C2AA0E
Tints of Buddha Gold #C2AA0E
RGB
CMYK
RGB Variations
Color information
#C2AA0E (or 0xC2AA0E) is known color: Buddha Gold. HEX triplet: C2, AA and 0E. RGB value is (194,170,14). Sum of RGB (Red+Green+Blue) = 194+170+14=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA0E is #3D55F1. Grayscale: #A0A0A0. Windows color (decimal): -4019698 or 961218. OLE color: 961218.
HSL color Cylindrical-coordinate representation of color #C2AA0E: hue angle of 52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2AA0E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.24 |
| HSL | 52º | 0.87% | 0.41% | - |
| HSV(B) | 52º | 0.93% | 0.76% | - |
| XYZ | 36.7 | 40.25 | 6.25 | - |
| YUV | 159.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 14 | 0 | 0.12 | 0.93 | 0.24 | 52 | 0.87 | 0.41 |
| Hex | C2 | AA | E | 0 | C | 5D | 18 | 34 | 57 | 29 |
| Octal | 302 | 252 | 16 | 0 | 14 | 135 | 30 | 64 | 127 | 51 |
| Binary | 11000010 | 10101010 | 1110 | 0 | 1100 | 1011101 | 11000 | 110100 | 1010111 | 101001 |
Color Harmonies of #C2AA0E
Complementary color
Monochromatic Colors of #C2AA0E
Black with #C2AA0E
Text Example
Text Example
White with #C2AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA0E; }
p { color: rgb(194,170,14); }
H1.HeaderClassName
{
color: #C2AA0E;
}
.AnyTagClassName
{
color: #C2AA0E;
}
</style>
background-color css
<style>
a { background-color: #C2AA0E; }
a { background-color: rgb(194,170,14); }
div.DivClassName
{
background-color: #C2AA0E;
}
.BgClassName
{
background-color: #C2AA0E;
}
</style>
border-color css
<style>
span { border-color: #C2AA0E; }
span { border-color: rgb(194,170,14); }
td.TdClassName
{
border-color: #C2AA0E;
}
.TagClassName
{
border-color: #C2AA0E;
}
</style>