Shades of Buddha Gold #C2A200
Tints of Buddha Gold #C2A200
RGB
CMYK
RGB Variations
Color information
#C2A200 (or 0xC2A200) is known color: Buddha Gold. HEX triplet: C2, A2 and 00. RGB value is (194,162,0). Sum of RGB (Red+Green+Blue) = 194+162+0=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A200 is #3D5DFF. Grayscale: #999999. Windows color (decimal): -4021760 or 41666. OLE color: 41666.
HSL color Cylindrical-coordinate representation of color #C2A200: hue angle of 50.1º 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 #C2A200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.24 |
| HSL | 50.1º | 1% | 0.38% | - |
| HSV(B) | 50.1º | 1% | 0.76% | - |
| XYZ | 35.17 | 37.31 | 5.35 | - |
| YUV | 153.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 0 | 0 | 0.16 | 1 | 0.24 | 50.1 | 1 | 0.38 |
| Hex | C2 | A2 | 0 | 0 | 10 | 64 | 18 | 32 | 64 | 26 |
| Octal | 302 | 242 | 0 | 0 | 20 | 144 | 30 | 62 | 144 | 46 |
| Binary | 11000010 | 10100010 | 0 | 0 | 10000 | 1100100 | 11000 | 110010 | 1100100 | 100110 |
Color Harmonies of #C2A200
Complementary color
Monochromatic Colors of #C2A200
Black with #C2A200
Text Example
Text Example
White with #C2A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A200; }
p { color: rgb(194,162,0); }
H1.HeaderClassName
{
color: #C2A200;
}
.AnyTagClassName
{
color: #C2A200;
}
</style>
background-color css
<style>
a { background-color: #C2A200; }
a { background-color: rgb(194,162,0); }
div.DivClassName
{
background-color: #C2A200;
}
.BgClassName
{
background-color: #C2A200;
}
</style>
border-color css
<style>
span { border-color: #C2A200; }
span { border-color: rgb(194,162,0); }
td.TdClassName
{
border-color: #C2A200;
}
.TagClassName
{
border-color: #C2A200;
}
</style>