Shades of Buddha Gold #C2A703
Tints of Buddha Gold #C2A703
RGB
CMYK
RGB Variations
Color information
#C2A703 (or 0xC2A703) is known color: Buddha Gold. HEX triplet: C2, A7 and 03. RGB value is (194,167,3). Sum of RGB (Red+Green+Blue) = 194+167+3=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A703 is #3D58FC. Grayscale: #9D9D9D. Windows color (decimal): -4020477 or 239554. OLE color: 239554.
HSL color Cylindrical-coordinate representation of color #C2A703: hue angle of 51.52º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2A703 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.24 |
| HSL | 51.52º | 0.97% | 0.39% | - |
| HSV(B) | 51.52º | 0.98% | 0.76% | - |
| XYZ | 36.08 | 39.11 | 5.73 | - |
| YUV | 156.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 3 | 0 | 0.14 | 0.98 | 0.24 | 51.52 | 0.97 | 0.39 |
| Hex | C2 | A7 | 3 | 0 | E | 62 | 18 | 34 | 61 | 27 |
| Octal | 302 | 247 | 3 | 0 | 16 | 142 | 30 | 64 | 141 | 47 |
| Binary | 11000010 | 10100111 | 11 | 0 | 1110 | 1100010 | 11000 | 110100 | 1100001 | 100111 |
Color Harmonies of #C2A703
Complementary color
Monochromatic Colors of #C2A703
Black with #C2A703
Text Example
Text Example
White with #C2A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A703; }
p { color: rgb(194,167,3); }
H1.HeaderClassName
{
color: #C2A703;
}
.AnyTagClassName
{
color: #C2A703;
}
</style>
background-color css
<style>
a { background-color: #C2A703; }
a { background-color: rgb(194,167,3); }
div.DivClassName
{
background-color: #C2A703;
}
.BgClassName
{
background-color: #C2A703;
}
</style>
border-color css
<style>
span { border-color: #C2A703; }
span { border-color: rgb(194,167,3); }
td.TdClassName
{
border-color: #C2A703;
}
.TagClassName
{
border-color: #C2A703;
}
</style>