Shades of Buddha Gold #C2A800
Tints of Buddha Gold #C2A800
RGB
CMYK
RGB Variations
Color information
#C2A800 (or 0xC2A800) is known color: Buddha Gold. HEX triplet: C2, A8 and 00. RGB value is (194,168,0). Sum of RGB (Red+Green+Blue) = 194+168+0=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A800 is #3D57FF. Grayscale: #9D9D9D. Windows color (decimal): -4020224 or 43202. OLE color: 43202.
HSL color Cylindrical-coordinate representation of color #C2A800: hue angle of 51.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2A800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.24 |
| HSL | 51.96º | 1% | 0.38% | - |
| HSV(B) | 51.96º | 1% | 0.76% | - |
| XYZ | 36.25 | 39.47 | 5.71 | - |
| YUV | 156.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 0 | 0 | 0.13 | 1 | 0.24 | 51.96 | 1 | 0.38 |
| Hex | C2 | A8 | 0 | 0 | D | 64 | 18 | 34 | 64 | 26 |
| Octal | 302 | 250 | 0 | 0 | 15 | 144 | 30 | 64 | 144 | 46 |
| Binary | 11000010 | 10101000 | 0 | 0 | 1101 | 1100100 | 11000 | 110100 | 1100100 | 100110 |
Color Harmonies of #C2A800
Complementary color
Monochromatic Colors of #C2A800
Black with #C2A800
Text Example
Text Example
White with #C2A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A800; }
p { color: rgb(194,168,0); }
H1.HeaderClassName
{
color: #C2A800;
}
.AnyTagClassName
{
color: #C2A800;
}
</style>
background-color css
<style>
a { background-color: #C2A800; }
a { background-color: rgb(194,168,0); }
div.DivClassName
{
background-color: #C2A800;
}
.BgClassName
{
background-color: #C2A800;
}
</style>
border-color css
<style>
span { border-color: #C2A800; }
span { border-color: rgb(194,168,0); }
td.TdClassName
{
border-color: #C2A800;
}
.TagClassName
{
border-color: #C2A800;
}
</style>