Shades of Buddha Gold #C2A902
Tints of Buddha Gold #C2A902
RGB
CMYK
RGB Variations
Color information
#C2A902 (or 0xC2A902) is known color: Buddha Gold. HEX triplet: C2, A9 and 02. RGB value is (194,169,2). Sum of RGB (Red+Green+Blue) = 194+169+2=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A902 is #3D56FD. Grayscale: #9E9E9E. Windows color (decimal): -4019966 or 174530. OLE color: 174530.
HSL color Cylindrical-coordinate representation of color #C2A902: hue angle of 52.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2A902 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.24 |
| HSL | 52.19º | 0.98% | 0.38% | - |
| HSV(B) | 52.19º | 0.99% | 0.76% | - |
| XYZ | 36.45 | 39.85 | 5.83 | - |
| YUV | 157.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 2 | 0 | 0.13 | 0.99 | 0.24 | 52.19 | 0.98 | 0.38 |
| Hex | C2 | A9 | 2 | 0 | D | 63 | 18 | 34 | 62 | 26 |
| Octal | 302 | 251 | 2 | 0 | 15 | 143 | 30 | 64 | 142 | 46 |
| Binary | 11000010 | 10101001 | 10 | 0 | 1101 | 1100011 | 11000 | 110100 | 1100010 | 100110 |
Color Harmonies of #C2A902
Complementary color
Monochromatic Colors of #C2A902
Black with #C2A902
Text Example
Text Example
White with #C2A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A902; }
p { color: rgb(194,169,2); }
H1.HeaderClassName
{
color: #C2A902;
}
.AnyTagClassName
{
color: #C2A902;
}
</style>
background-color css
<style>
a { background-color: #C2A902; }
a { background-color: rgb(194,169,2); }
div.DivClassName
{
background-color: #C2A902;
}
.BgClassName
{
background-color: #C2A902;
}
</style>
border-color css
<style>
span { border-color: #C2A902; }
span { border-color: rgb(194,169,2); }
td.TdClassName
{
border-color: #C2A902;
}
.TagClassName
{
border-color: #C2A902;
}
</style>