Shades of Buddha Gold #C2A802
Tints of Buddha Gold #C2A802
RGB
CMYK
RGB Variations
Color information
#C2A802 (or 0xC2A802) is known color: Buddha Gold. HEX triplet: C2, A8 and 02. RGB value is (194,168,2). Sum of RGB (Red+Green+Blue) = 194+168+2=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A802 is #3D57FD. Grayscale: #9D9D9D. Windows color (decimal): -4020222 or 174274. OLE color: 174274.
HSL color Cylindrical-coordinate representation of color #C2A802: hue angle of 51.88º 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 #C2A802 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.24 |
| HSL | 51.88º | 0.98% | 0.38% | - |
| HSV(B) | 51.88º | 0.99% | 0.76% | - |
| XYZ | 36.26 | 39.48 | 5.77 | - |
| YUV | 156.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 2 | 0 | 0.13 | 0.99 | 0.24 | 51.88 | 0.98 | 0.38 |
| Hex | C2 | A8 | 2 | 0 | D | 63 | 18 | 34 | 62 | 26 |
| Octal | 302 | 250 | 2 | 0 | 15 | 143 | 30 | 64 | 142 | 46 |
| Binary | 11000010 | 10101000 | 10 | 0 | 1101 | 1100011 | 11000 | 110100 | 1100010 | 100110 |
Color Harmonies of #C2A802
Complementary color
Monochromatic Colors of #C2A802
Black with #C2A802
Text Example
Text Example
White with #C2A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A802; }
p { color: rgb(194,168,2); }
H1.HeaderClassName
{
color: #C2A802;
}
.AnyTagClassName
{
color: #C2A802;
}
</style>
background-color css
<style>
a { background-color: #C2A802; }
a { background-color: rgb(194,168,2); }
div.DivClassName
{
background-color: #C2A802;
}
.BgClassName
{
background-color: #C2A802;
}
</style>
border-color css
<style>
span { border-color: #C2A802; }
span { border-color: rgb(194,168,2); }
td.TdClassName
{
border-color: #C2A802;
}
.TagClassName
{
border-color: #C2A802;
}
</style>