Shades of Buddha Gold #C2A400
Tints of Buddha Gold #C2A400
RGB
CMYK
RGB Variations
Color information
#C2A400 (or 0xC2A400) is known color: Buddha Gold. HEX triplet: C2, A4 and 00. RGB value is (194,164,0). Sum of RGB (Red+Green+Blue) = 194+164+0=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A400 is #3D5BFF. Grayscale: #9A9A9A. Windows color (decimal): -4021248 or 42178. OLE color: 42178.
HSL color Cylindrical-coordinate representation of color #C2A400: hue angle of 50.72º 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 #C2A400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.24 |
| HSL | 50.72º | 1% | 0.38% | - |
| HSV(B) | 50.72º | 1% | 0.76% | - |
| XYZ | 35.52 | 38.02 | 5.47 | - |
| YUV | 154.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 0 | 0 | 0.15 | 1 | 0.24 | 50.72 | 1 | 0.38 |
| Hex | C2 | A4 | 0 | 0 | F | 64 | 18 | 33 | 64 | 26 |
| Octal | 302 | 244 | 0 | 0 | 17 | 144 | 30 | 63 | 144 | 46 |
| Binary | 11000010 | 10100100 | 0 | 0 | 1111 | 1100100 | 11000 | 110011 | 1100100 | 100110 |
Color Harmonies of #C2A400
Complementary color
Monochromatic Colors of #C2A400
Black with #C2A400
Text Example
Text Example
White with #C2A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A400; }
p { color: rgb(194,164,0); }
H1.HeaderClassName
{
color: #C2A400;
}
.AnyTagClassName
{
color: #C2A400;
}
</style>
background-color css
<style>
a { background-color: #C2A400; }
a { background-color: rgb(194,164,0); }
div.DivClassName
{
background-color: #C2A400;
}
.BgClassName
{
background-color: #C2A400;
}
</style>
border-color css
<style>
span { border-color: #C2A400; }
span { border-color: rgb(194,164,0); }
td.TdClassName
{
border-color: #C2A400;
}
.TagClassName
{
border-color: #C2A400;
}
</style>