Shades of Buddha Gold #C0A306
Tints of Buddha Gold #C0A306
RGB
CMYK
RGB Variations
Color information
#C0A306 (or 0xC0A306) is known color: Buddha Gold. HEX triplet: C0, A3 and 06. RGB value is (192,163,6). Sum of RGB (Red+Green+Blue) = 192+163+6=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A306 is #3F5CF9. Grayscale: #9A9A9A. Windows color (decimal): -4152570 or 435136. OLE color: 435136.
HSL color Cylindrical-coordinate representation of color #C0A306: hue angle of 50.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0A306 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.25 |
| HSL | 50.65º | 0.94% | 0.39% | - |
| HSV(B) | 50.65º | 0.97% | 0.75% | - |
| XYZ | 34.87 | 37.41 | 5.56 | - |
| YUV | 153.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 6 | 0 | 0.15 | 0.97 | 0.25 | 50.65 | 0.94 | 0.39 |
| Hex | C0 | A3 | 6 | 0 | F | 61 | 19 | 33 | 5E | 27 |
| Octal | 300 | 243 | 6 | 0 | 17 | 141 | 31 | 63 | 136 | 47 |
| Binary | 11000000 | 10100011 | 110 | 0 | 1111 | 1100001 | 11001 | 110011 | 1011110 | 100111 |
Color Harmonies of #C0A306
Complementary color
Monochromatic Colors of #C0A306
Black with #C0A306
Text Example
Text Example
White with #C0A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A306; }
p { color: rgb(192,163,6); }
H1.HeaderClassName
{
color: #C0A306;
}
.AnyTagClassName
{
color: #C0A306;
}
</style>
background-color css
<style>
a { background-color: #C0A306; }
a { background-color: rgb(192,163,6); }
div.DivClassName
{
background-color: #C0A306;
}
.BgClassName
{
background-color: #C0A306;
}
</style>
border-color css
<style>
span { border-color: #C0A306; }
span { border-color: rgb(192,163,6); }
td.TdClassName
{
border-color: #C0A306;
}
.TagClassName
{
border-color: #C0A306;
}
</style>