Shades of Buddha Gold #C2A300
Tints of Buddha Gold #C2A300
RGB
CMYK
RGB Variations
Color information
#C2A300 (or 0xC2A300) is known color: Buddha Gold. HEX triplet: C2, A3 and 00. RGB value is (194,163,0). Sum of RGB (Red+Green+Blue) = 194+163+0=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A300 is #3D5CFF. Grayscale: #9A9A9A. Windows color (decimal): -4021504 or 41922. OLE color: 41922.
HSL color Cylindrical-coordinate representation of color #C2A300: hue angle of 50.41º 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 #C2A300 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.24 |
| HSL | 50.41º | 1% | 0.38% | - |
| HSV(B) | 50.41º | 1% | 0.76% | - |
| XYZ | 35.35 | 37.66 | 5.41 | - |
| YUV | 153.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 0 | 0 | 0.16 | 1 | 0.24 | 50.41 | 1 | 0.38 |
| Hex | C2 | A3 | 0 | 0 | 10 | 64 | 18 | 32 | 64 | 26 |
| Octal | 302 | 243 | 0 | 0 | 20 | 144 | 30 | 62 | 144 | 46 |
| Binary | 11000010 | 10100011 | 0 | 0 | 10000 | 1100100 | 11000 | 110010 | 1100100 | 100110 |
Color Harmonies of #C2A300
Complementary color
Monochromatic Colors of #C2A300
Black with #C2A300
Text Example
Text Example
White with #C2A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A300; }
p { color: rgb(194,163,0); }
H1.HeaderClassName
{
color: #C2A300;
}
.AnyTagClassName
{
color: #C2A300;
}
</style>
background-color css
<style>
a { background-color: #C2A300; }
a { background-color: rgb(194,163,0); }
div.DivClassName
{
background-color: #C2A300;
}
.BgClassName
{
background-color: #C2A300;
}
</style>
border-color css
<style>
span { border-color: #C2A300; }
span { border-color: rgb(194,163,0); }
td.TdClassName
{
border-color: #C2A300;
}
.TagClassName
{
border-color: #C2A300;
}
</style>