Shades of Buddha Gold #C2A308
Tints of Buddha Gold #C2A308
RGB
CMYK
RGB Variations
Color information
#C2A308 (or 0xC2A308) is known color: Buddha Gold. HEX triplet: C2, A3 and 08. RGB value is (194,163,8). Sum of RGB (Red+Green+Blue) = 194+163+8=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A308 is #3D5CF7. Grayscale: #9B9B9B. Windows color (decimal): -4021496 or 566210. OLE color: 566210.
HSL color Cylindrical-coordinate representation of color #C2A308: hue angle of 50º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2A308 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.24 |
| HSL | 50º | 0.92% | 0.4% | - |
| HSV(B) | 50º | 0.96% | 0.76% | - |
| XYZ | 35.39 | 37.68 | 5.64 | - |
| YUV | 154.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 8 | 0 | 0.16 | 0.96 | 0.24 | 50 | 0.92 | 0.4 |
| Hex | C2 | A3 | 8 | 0 | 10 | 60 | 18 | 32 | 5C | 28 |
| Octal | 302 | 243 | 10 | 0 | 20 | 140 | 30 | 62 | 134 | 50 |
| Binary | 11000010 | 10100011 | 1000 | 0 | 10000 | 1100000 | 11000 | 110010 | 1011100 | 101000 |
Color Harmonies of #C2A308
Complementary color
Monochromatic Colors of #C2A308
Black with #C2A308
Text Example
Text Example
White with #C2A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A308; }
p { color: rgb(194,163,8); }
H1.HeaderClassName
{
color: #C2A308;
}
.AnyTagClassName
{
color: #C2A308;
}
</style>
background-color css
<style>
a { background-color: #C2A308; }
a { background-color: rgb(194,163,8); }
div.DivClassName
{
background-color: #C2A308;
}
.BgClassName
{
background-color: #C2A308;
}
</style>
border-color css
<style>
span { border-color: #C2A308; }
span { border-color: rgb(194,163,8); }
td.TdClassName
{
border-color: #C2A308;
}
.TagClassName
{
border-color: #C2A308;
}
</style>