Shades of Buddha Gold #C0A703
Tints of Buddha Gold #C0A703
RGB
CMYK
RGB Variations
Color information
#C0A703 (or 0xC0A703) is known color: Buddha Gold. HEX triplet: C0, A7 and 03. RGB value is (192,167,3). Sum of RGB (Red+Green+Blue) = 192+167+3=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A703 is #3F58FC. Grayscale: #9C9C9C. Windows color (decimal): -4151549 or 239552. OLE color: 239552.
HSL color Cylindrical-coordinate representation of color #C0A703: hue angle of 52.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0A703 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.25 |
| HSL | 52.06º | 0.97% | 0.38% | - |
| HSV(B) | 52.06º | 0.98% | 0.75% | - |
| XYZ | 35.57 | 38.85 | 5.71 | - |
| YUV | 155.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 3 | 0 | 0.13 | 0.98 | 0.25 | 52.06 | 0.97 | 0.38 |
| Hex | C0 | A7 | 3 | 0 | D | 62 | 19 | 34 | 61 | 26 |
| Octal | 300 | 247 | 3 | 0 | 15 | 142 | 31 | 64 | 141 | 46 |
| Binary | 11000000 | 10100111 | 11 | 0 | 1101 | 1100010 | 11001 | 110100 | 1100001 | 100110 |
Color Harmonies of #C0A703
Complementary color
Monochromatic Colors of #C0A703
Black with #C0A703
Text Example
Text Example
White with #C0A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A703; }
p { color: rgb(192,167,3); }
H1.HeaderClassName
{
color: #C0A703;
}
.AnyTagClassName
{
color: #C0A703;
}
</style>
background-color css
<style>
a { background-color: #C0A703; }
a { background-color: rgb(192,167,3); }
div.DivClassName
{
background-color: #C0A703;
}
.BgClassName
{
background-color: #C0A703;
}
</style>
border-color css
<style>
span { border-color: #C0A703; }
span { border-color: rgb(192,167,3); }
td.TdClassName
{
border-color: #C0A703;
}
.TagClassName
{
border-color: #C0A703;
}
</style>