Shades of Buddha Gold #C0A603
Tints of Buddha Gold #C0A603
RGB
CMYK
RGB Variations
Color information
#C0A603 (or 0xC0A603) is known color: Buddha Gold. HEX triplet: C0, A6 and 03. RGB value is (192,166,3). Sum of RGB (Red+Green+Blue) = 192+166+3=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A603 is #3F59FC. Grayscale: #9B9B9B. Windows color (decimal): -4151805 or 239296. OLE color: 239296.
HSL color Cylindrical-coordinate representation of color #C0A603: hue angle of 51.75º 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 #C0A603 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.25 |
| HSL | 51.75º | 0.97% | 0.38% | - |
| HSV(B) | 51.75º | 0.98% | 0.75% | - |
| XYZ | 35.39 | 38.49 | 5.65 | - |
| YUV | 155.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 3 | 0 | 0.14 | 0.98 | 0.25 | 51.75 | 0.97 | 0.38 |
| Hex | C0 | A6 | 3 | 0 | E | 62 | 19 | 34 | 61 | 26 |
| Octal | 300 | 246 | 3 | 0 | 16 | 142 | 31 | 64 | 141 | 46 |
| Binary | 11000000 | 10100110 | 11 | 0 | 1110 | 1100010 | 11001 | 110100 | 1100001 | 100110 |
Color Harmonies of #C0A603
Complementary color
Monochromatic Colors of #C0A603
Black with #C0A603
Text Example
Text Example
White with #C0A603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A603; }
p { color: rgb(192,166,3); }
H1.HeaderClassName
{
color: #C0A603;
}
.AnyTagClassName
{
color: #C0A603;
}
</style>
background-color css
<style>
a { background-color: #C0A603; }
a { background-color: rgb(192,166,3); }
div.DivClassName
{
background-color: #C0A603;
}
.BgClassName
{
background-color: #C0A603;
}
</style>
border-color css
<style>
span { border-color: #C0A603; }
span { border-color: rgb(192,166,3); }
td.TdClassName
{
border-color: #C0A603;
}
.TagClassName
{
border-color: #C0A603;
}
</style>